mirror of
https://github.com/espressif/openthread.git
synced 2026-07-26 13:59:05 +00:00
[nrf528xx] remove unnecessary typedef from nrf-config.h (#4365)
This commit is contained in:
committed by
Jonathan Hui
parent
e860009914
commit
045d4e05a3
@@ -3191,13 +3191,6 @@ it is (2^48 - 1), our restriction is : (int - 0xFFFF - 0xF).*/
|
||||
*/
|
||||
/* #undef MBEDTLS_AES_256_CMAC_C */
|
||||
|
||||
/*
|
||||
* Nordic added. Ensure there is a definition of mbedtls_ecp_restart_ctx
|
||||
*/
|
||||
#if defined(MBEDTLS_ECP_ALT) && !defined(MBEDTLS_ECP_RESTARTABLE)
|
||||
typedef void mbedtls_ecp_restart_ctx;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#include "mbedtls/check_config.h"
|
||||
|
||||
Reference in New Issue
Block a user