Mateusz Starzyk | ef80a9c | 2021-05-18 15:19:54 +0200 | [diff] [blame^] | 1 | Remove the option to build the library without any entropy sources |
2 | ------------------------------------------------------------------ | ||||
3 | |||||
4 | This does not affect users who use the default `config.h`, as this option was | ||||
5 | already off by default. | ||||
6 | |||||
7 | If 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 |