Fix warnings in aes_alt

pull/2861/head
cyliangtw 2016-09-29 17:54:51 +08:00 committed by ccli8
parent 11c05afc62
commit c629eba27a
1 changed files with 1 additions and 2 deletions

View File

@ -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 ) {