Move flag indicating presence of strong entropy to test code
This commit is contained in:
parent
c6deafc0d4
commit
47deec488f
6 changed files with 23 additions and 22 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue