mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-15 03:40:08 +00:00
10 lines
377 B
Markdown
10 lines
377 B
Markdown
|
Remove the option to build the library without any entropy sources
|
||
|
------------------------------------------------------------------
|
||
|
|
||
|
This does not affect users who use the default `config.h`, as this option was
|
||
|
already off by default.
|
||
|
|
||
|
If you were using the `MBEDTLS_TEST_NULL_ENTROPY` option, you can either use
|
||
|
`MBEDTLS_ENTROPY_NV_SEED` or create a fake entropy function.
|
||
|
|