mirror of
https://github.com/libretro/RetroArch
synced 2025-01-16 07:11:49 +00:00
(mbedtls) update asn1parse.c
This commit is contained in:
parent
5b3b3b4a89
commit
ad87ec871d
5
deps/mbedtls/asn1parse.c
vendored
5
deps/mbedtls/asn1parse.c
vendored
@ -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
Block a user