Skip to content

Commit

Permalink
Merge branch 'release_internal' into release_external
Browse files Browse the repository at this point in the history
* release_internal:
  Check X509 config before using the functions
  • Loading branch information
Arto Kinnunen committed Mar 7, 2019
2 parents 76da6a5 + 80b1e23 commit 84a07ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Security/protocols/tls_sec_prot/tls_sec_prot_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84a07ce

Please sign in to comment.