mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-03 02:56:55 +02:00
Instead of unconditionally using `/dev/urandom`, make the device path configurable at compile time through `MBEDTLS_PLATFORM_DEV_RANDOM` or at run time through `mbedtls_platform_dev_random`. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>