mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
mbedtls: disable timing, unused and needs tuning on ProxSpace
This commit is contained in:
parent
cd5f9e9b5f
commit
eee13d9eb0
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,6 @@ MYSRCS = \
|
|||
entropy_poll.c \
|
||||
entropy.c \
|
||||
error.c \
|
||||
timing.c \
|
||||
ecp.c \
|
||||
ecp_curves.c \
|
||||
certs.c \
|
||||
|
|
|
@ -3438,7 +3438,7 @@
|
|||
*
|
||||
* This module is used by the HAVEGE random number generator.
|
||||
*/
|
||||
#define MBEDTLS_TIMING_C
|
||||
//#define MBEDTLS_TIMING_C
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_VERSION_C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue