File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
source/Security/protocols/tls_sec_prot Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 24
24
#include MBEDTLS_CONFIG_FILE
25
25
#endif
26
26
27
- #if defined(MBEDTLS_SSL_TLS_C ) && defined(MBEDTLS_X509_CRT_PARSE_C )
27
+ #if defined(MBEDTLS_SSL_TLS_C ) && defined(MBEDTLS_X509_CRT_PARSE_C ) && defined( MBEDTLS_SSL_EXPORT_KEYS ) /* EXPORT_KEYS not supported by mbedtls baremetal yet */
28
28
#define WS_MBEDTLS_SECURITY_ENABLED
29
29
#endif
30
30
40
40
#include "Security/protocols/sec_prot_certs.h"
41
41
#include "Security/protocols/tls_sec_prot/tls_sec_prot_lib.h"
42
42
43
+ #if defined(MBEDTLS_SSL_TLS_C ) && defined(MBEDTLS_X509_CRT_PARSE_C ) && defined(MBEDTLS_SSL_EXPORT_KEYS ) /* EXPORT_KEYS not supported by mbedtls baremetal yet */
43
44
#ifdef WS_MBEDTLS_SECURITY_ENABLED
45
+ #endif
44
46
45
47
#include "mbedtls/sha256.h"
46
48
#include "mbedtls/error.h"
You can’t perform that action at this time.
0 commit comments