From e7eea6a04bdb82cdabea1bd7e2a37d287a8caca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 23 Apr 2015 15:41:12 +0200 Subject: [PATCH] Don't use /dev/urandom... --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 928feed04..192ecf15a 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -736,7 +736,7 @@ * * Uncomment this macro to disable the built-in platform entropy functions. */ -//#define MBEDTLS_NO_PLATFORM_ENTROPY +#define MBEDTLS_NO_PLATFORM_ENTROPY /** * \def MBEDTLS_ENTROPY_FORCE_SHA256