mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-24 20:49:44 +02:00
When testing with custom entropy sources, if MBEDTLS_ENTROPY_NV_SEED is enabled at compile time but the NV seed source is not used at runtime, mbedtls_entropy_func makes a second pass anyway. Cope with this in the test code by telling the entropy module not to make this second pass.