mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-19 22:21:54 +00:00
Add NO_TLS to configs/baremetal.h
Was missed for some reason in commit ba8b1eb5d9
This commit is contained in:
parent
11d3282f5a
commit
19e8132e1e
|
@ -77,6 +77,7 @@
|
|||
#define MBEDTLS_SSL_SESSION_TICKETS
|
||||
#define MBEDTLS_SSL_COOKIE_C
|
||||
#define MBEDTLS_SSL_PROTO_DTLS
|
||||
#define MBEDTLS_SSL_PROTO_NO_TLS
|
||||
#define MBEDTLS_SSL_DTLS_ANTI_REPLAY
|
||||
#define MBEDTLS_SSL_DTLS_HELLO_VERIFY
|
||||
#define MBEDTLS_SSL_DTLS_BADMAC_LIMIT
|
||||
|
|
Loading…
Reference in a new issue