mirror of https://github.com/ARMmbed/mbed-os.git
Move the new check into the end of the previous line
parent
0b402f9044
commit
1a529090de
|
@ -66,8 +66,7 @@ add_code
|
|||
"#endif\n" \
|
||||
"\n" \
|
||||
"#if defined(MBEDTLS_SSL_TLS_C) && !defined(MBEDTLS_TEST_NULL_ENTROPY) && \\\\\n" \
|
||||
" !defined(MBEDTLS_ENTROPY_HARDWARE_ALT) && \\\\\n" \
|
||||
" !defined(MBEDTLS_ENTROPY_NV_SEED)\n" \
|
||||
" !defined(MBEDTLS_ENTROPY_HARDWARE_ALT) && !defined(MBEDTLS_ENTROPY_NV_SEED)\n" \
|
||||
"#error \"No entropy source was found at build time, so TLS \" \\\\\n" \
|
||||
" \"functionality is not available\"\n" \
|
||||
"#endif\n"
|
||||
|
|
Loading…
Reference in New Issue