mirror of https://github.com/ARMmbed/mbed-os.git
Move the new check into the end of the previous line
parent
717573f44e
commit
ebb28b32af
|
@ -55,21 +55,20 @@ add_code
|
||||||
"\n" \
|
"\n" \
|
||||||
"#else\n"
|
"#else\n"
|
||||||
|
|
||||||
add_code \
|
add_code \
|
||||||
"#include \"check_config.h\"\n" \
|
"#include \"check_config.h\"\n" \
|
||||||
"\n" \
|
"\n" \
|
||||||
"#endif \/* !MBEDTLS_ENTROPY_HARDWARE_ALT && !MBEDTLS_TEST_NULL_ENTROPY *\/\n" \
|
"#endif \/* !MBEDTLS_ENTROPY_HARDWARE_ALT && !MBEDTLS_TEST_NULL_ENTROPY *\/\n" \
|
||||||
"\n" \
|
"\n" \
|
||||||
"#if defined(MBEDTLS_TEST_NULL_ENTROPY)\n" \
|
"#if defined(MBEDTLS_TEST_NULL_ENTROPY)\n" \
|
||||||
"#warning \"MBEDTLS_TEST_NULL_ENTROPY has been enabled. This \" \\\\\n" \
|
"#warning \"MBEDTLS_TEST_NULL_ENTROPY has been enabled. This \" \\\\\n" \
|
||||||
" \"configuration is not secure and is not suitable for production use\"\n" \
|
" \"configuration is not secure and is not suitable for production use\"\n" \
|
||||||
"#endif\n" \
|
"#endif\n" \
|
||||||
"\n" \
|
"\n" \
|
||||||
"#if defined(MBEDTLS_SSL_TLS_C) && !defined(MBEDTLS_TEST_NULL_ENTROPY) && \\\\\n" \
|
"#if defined(MBEDTLS_SSL_TLS_C) && !defined(MBEDTLS_TEST_NULL_ENTROPY) && \\\\\n" \
|
||||||
" !defined(MBEDTLS_ENTROPY_HARDWARE_ALT) && \\\\\n" \
|
" !defined(MBEDTLS_ENTROPY_HARDWARE_ALT) && !defined(MBEDTLS_ENTROPY_NV_SEED)\n" \
|
||||||
" !defined(MBEDTLS_ENTROPY_NV_SEED)\n" \
|
"#error \"No entropy source was found at build time, so TLS \" \\\\\n" \
|
||||||
"#error \"No entropy source was found at build time, so TLS \" \\\\\n" \
|
" \"functionality is not available\"\n" \
|
||||||
" \"functionality is not available\"\n" \
|
|
||||||
"#endif\n"
|
"#endif\n"
|
||||||
|
|
||||||
# not supported on mbed OS, nor used by mbed Client
|
# not supported on mbed OS, nor used by mbed Client
|
||||||
|
|
Loading…
Reference in New Issue