(mbedtls) update asn1parse.c

This commit is contained in:
twinaphex 2018-08-04 20:10:19 +02:00
parent 5b3b3b4a89
commit ad87ec871d

View File

@ -43,10 +43,7 @@
#define mbedtls_free free
#endif
/* Implementation that should never be optimized out by the compiler */
static void mbedtls_zeroize( void *v, size_t n ) {
volatile unsigned char *p = (unsigned char*)v; while( n-- ) *p++ = 0;
}
#include "arc4_alt.h"
/*
* ASN.1 DER decoding routines