File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
features/mbedtls/importer Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,20 @@ add_code
55
55
" \n" \
56
56
" #else\n"
57
57
58
- add_code \
59
- " #include \" check_config.h\" \n" \
60
- " \n" \
61
- " #endif \/* !MBEDTLS_ENTROPY_HARDWARE_ALT && !MBEDTLS_TEST_NULL_ENTROPY *\/\n" \
62
- " \n" \
63
- " #if defined(MBEDTLS_TEST_NULL_ENTROPY)\n" \
64
- " #warning \" MBEDTLS_TEST_NULL_ENTROPY has been enabled. This \" \\\\ \n" \
65
- " \" configuration is not secure and is not suitable for production use\" \n" \
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" \
70
- " #error \" No entropy source was found at build time, so TLS \" \\\\ \n" \
71
- " \" functionality is not available\" \n" \
58
+ add_code \
59
+ " #include \" check_config.h\" \n" \
60
+ " \n" \
61
+ " #endif \/* !MBEDTLS_ENTROPY_HARDWARE_ALT && !MBEDTLS_TEST_NULL_ENTROPY *\/\n" \
62
+ " \n" \
63
+ " #if defined(MBEDTLS_TEST_NULL_ENTROPY)\n" \
64
+ " #warning \" MBEDTLS_TEST_NULL_ENTROPY has been enabled. This \" \\\\ \n" \
65
+ " \" configuration is not secure and is not suitable for production use\" \n" \
66
+ " #endif\n" \
67
+ " \n" \
68
+ " #if defined(MBEDTLS_SSL_TLS_C) && !defined(MBEDTLS_TEST_NULL_ENTROPY) && \\\\ \n" \
69
+ " !defined(MBEDTLS_ENTROPY_HARDWARE_ALT) && !defined(MBEDTLS_ENTROPY_NV_SEED) \n" \
70
+ " #error \" No entropy source was found at build time, so TLS \" \\\\ \n" \
71
+ " \" functionality is not available\" \n" \
72
72
" #endif\n"
73
73
74
74
# not supported on mbed OS, nor used by mbed Client
You can’t perform that action at this time.
0 commit comments