blob: d6c39057f0d25b41167a69f323683b50925bf6d1 [file] [log] [blame] [view]
Mateusz Starzykef80a9c2021-05-18 15:19:54 +02001Remove the option to build the library without any entropy sources
2------------------------------------------------------------------
3
4This does not affect users who use the default `config.h`, as this option was
5already off by default.
6
7If you were using the `MBEDTLS_TEST_NULL_ENTROPY` option, you can either use
8`MBEDTLS_ENTROPY_NV_SEED` or create a fake entropy function.
9