From 3f8f4a0c3fa25cc8e8ee2d9e2c1027352fcd600c Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 27 Feb 2026 20:45:48 +0100 Subject: [PATCH] Improve advice Signed-off-by: Gilles Peskine --- include/mbedtls/mbedtls_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 9ebf376a96..875ee8b09f 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -4177,8 +4177,8 @@ * devices without an interactive user. * * Thus you should change the value to `/dev/urandom` if your application - * may be used on a device running Linux without a dedicated hardware - * entropy source, and doesn't run early during or after boot. + * definitely won't be used on a device running Linux without a dedicated + * entropy source early during or after boot. * * This is the default value of ::mbedtls_platform_dev_random, which * can be changed at run time.