mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 05:00:11 +00:00
[nrf52840] enable ECDH in mbed TLS (#3023)
This commit is contained in:
committed by
Jonathan Hui
parent
b45cc3cd63
commit
7917c7b1cc
@@ -32,6 +32,8 @@
|
|||||||
#define MBEDTLS_SHA256_ALT
|
#define MBEDTLS_SHA256_ALT
|
||||||
#endif // DISABLE_CC310
|
#endif // DISABLE_CC310
|
||||||
|
|
||||||
|
#define MBEDTLS_ECDH_C
|
||||||
|
|
||||||
#if defined(__ICCARM__)
|
#if defined(__ICCARM__)
|
||||||
_Pragma("diag_suppress=Pe549")
|
_Pragma("diag_suppress=Pe549")
|
||||||
_Pragma("diag_suppress=Pa082")
|
_Pragma("diag_suppress=Pa082")
|
||||||
|
|||||||
Reference in New Issue
Block a user