mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32: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
|
#define mbedtls_free free
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Implementation that should never be optimized out by the compiler */
|
#include "arc4_alt.h"
|
||||||
static void mbedtls_zeroize( void *v, size_t n ) {
|
|
||||||
volatile unsigned char *p = (unsigned char*)v; while( n-- ) *p++ = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ASN.1 DER decoding routines
|
* ASN.1 DER decoding routines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user