From 03fafd2637a4d7180ce3fe6cbb436858f2cbfd53 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 16 Mar 2026 14:02:47 +0100 Subject: [PATCH] Update a statement about the default value (now /dev/random) Signed-off-by: Gilles Peskine --- include/mbedtls/mbedtls_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index f1fe6a12e7..8fa445a132 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -4161,7 +4161,7 @@ * non-Windows platforms unless a dedicated system call is available * (see #MBEDTLS_NO_PLATFORM_ENTROPY). * - * The default value is `/dev/urandom`, which is suitable on most platforms + * The default value is `/dev/random`, which is suitable on most platforms * other than Linux. On Linux, either `/dev/random` or `/dev/urandom` * may be the right choice, depending on the circumstances: *