(mbedtls) update asn1parse.c
This commit is contained in:
parent
5b3b3b4a89
commit
ad87ec871d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue