Move flag indicating presence of strong entropy to test code

This commit is contained in:
Hanno Becker 2017-07-24 12:27:09 +01:00
parent c6deafc0d4
commit 47deec488f
6 changed files with 23 additions and 22 deletions

View file

@ -83,8 +83,8 @@ void mbedtls_entropy_init( mbedtls_entropy_context *ctx )
mbedtls_havege_init( &ctx->havege_data );
#endif
/* Reminder: Update MBEDTLS_ENTROPY_HAVE_STRONG when
* adding more strong entropy sources here. */
/* Reminder: Update MBEDTLS_ENTROPY_HAVE_STRONG in the test files
* when adding more strong entropy sources here. */
#if defined(MBEDTLS_TEST_NULL_ENTROPY)
mbedtls_entropy_add_source( ctx, mbedtls_null_entropy_poll, NULL,