Remove unnecessary empty line

This commit is contained in:
k-stachowiak 2019-06-13 11:54:49 +02:00
parent 45d0ba15a0
commit dff85e7e8a

View File

@ -43,7 +43,6 @@
#include "mbedtls/pem.h"
#endif
/* Implementation that should never be optimized out by the compiler */
static void mbedtls_zeroize( void *v, size_t n ) {
volatile unsigned char *p = v; while( n-- ) *p++ = 0;