mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 07:37:46 +00:00
[mbedtls] fix wrong ECDSA enabling macro (#4238)
This commit is contained in:
Vendored
+1
-1
@@ -99,7 +99,7 @@
|
||||
#define MBEDTLS_X509_CRT_PARSE_C
|
||||
#endif
|
||||
|
||||
#if OPENTHREAD_ECDSA_ENABLE
|
||||
#if OPENTHREAD_CONFIG_ECDSA_ENABLE
|
||||
#define MBEDTLS_BASE64_C
|
||||
#define MBEDTLS_ECDH_C
|
||||
#define MBEDTLS_ECDSA_C
|
||||
|
||||
Reference in New Issue
Block a user