Update a statement about the default value (now /dev/random)

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2026-03-16 14:02:47 +01:00
parent 43afaa5343
commit 03fafd2637

View File

@@ -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:
*