mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 10:05:37 +00:00
Add MBEDTLS_USE_TINYCRYPT to baremetal configuration
This commit is contained in:
parent
e12aafbdc7
commit
c6c0fe6c5f
|
@ -116,6 +116,8 @@
|
|||
#define MBEDTLS_SSL_CONF_ENFORCE_EXTENDED_MASTER_SECRET \
|
||||
MBEDTLS_SSL_EXTENDED_MS_ENFORCE_ENABLED
|
||||
|
||||
#define MBEDTLS_USE_TINYCRYPT
|
||||
|
||||
/* X.509 CRT parsing */
|
||||
#define MBEDTLS_X509_USE_C
|
||||
#define MBEDTLS_X509_CRT_PARSE_C
|
||||
|
|
Loading…
Reference in a new issue