We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6a7aa commit 717573fCopy full SHA for 717573f
features/mbedtls/importer/adjust-config.sh
@@ -66,7 +66,8 @@ add_code
66
"#endif\n" \
67
"\n" \
68
"#if defined(MBEDTLS_SSL_TLS_C) && !defined(MBEDTLS_TEST_NULL_ENTROPY) && \\\\\n" \
69
- " !defined(MBEDTLS_ENTROPY_HARDWARE_ALT)\n" \
+ " !defined(MBEDTLS_ENTROPY_HARDWARE_ALT) && \\\\\n" \
70
+ " !defined(MBEDTLS_ENTROPY_NV_SEED)\n" \
71
"#error \"No entropy source was found at build time, so TLS \" \\\\\n" \
72
" \"functionality is not available\"\n" \
73
"#endif\n"
0 commit comments