mirror of https://github.com/ARMmbed/mbed-os.git
Squashed 'features/nanostack/sal-stack-nanostack/' changes from 76da6a5..84a07ce
84a07ce Merge branch 'release_internal' into release_external 80b1e23 Check X509 config before using the functions git-subtree-dir: features/nanostack/sal-stack-nanostack git-subtree-split: 84a07ce1ca862a5a63c0024601193c65e10b6d5epull/9982/head^2
parent
b182455f19
commit
fbef0d8e70
|
@ -24,7 +24,7 @@
|
|||
#include MBEDTLS_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_SSL_TLS_C)
|
||||
#if defined(MBEDTLS_SSL_TLS_C) && defined(MBEDTLS_X509_CRT_PARSE_C)
|
||||
#define WS_MBEDTLS_SECURITY_ENABLED
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue