mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-25 05:16:55 +00:00
Remove MBEDTLS_ECDH_C from baremetal configuration
Baremetal uses the tinyCrypt implementation of ECDHE.
This commit is contained in:
parent
7a19633c99
commit
cdce332d8c
|
@ -46,7 +46,6 @@
|
|||
#define MBEDTLS_PK_C
|
||||
#define MBEDTLS_PK_PARSE_C
|
||||
#define MBEDTLS_PK_WRITE_C
|
||||
#define MBEDTLS_ECDH_C
|
||||
#define MBEDTLS_ECDSA_C
|
||||
#define MBEDTLS_ECP_C
|
||||
#define MBEDTLS_ECP_DP_SECP256R1_ENABLED
|
||||
|
|
Loading…
Reference in a new issue