mirror of https://github.com/ARMmbed/mbed-os.git
Fix warnings in aes_alt
parent
11c05afc62
commit
c629eba27a
|
@ -41,8 +41,7 @@
|
|||
//static int aes_init_done = 0;
|
||||
|
||||
|
||||
#define mbedtls_trace //printf
|
||||
|
||||
#define mbedtls_trace(...) //printf(__VA_ARGS__)
|
||||
|
||||
/* Implementation that should never be optimized out by the compiler */
|
||||
static void mbedtls_zeroize( void *v, size_t n ) {
|
||||
|
|
Loading…
Reference in New Issue