mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-12 00:52:58 +00:00
Remove some extra lines
Remove some extra lines as was requested in code review
This commit is contained in:
@@ -58,8 +58,6 @@
|
||||
#endif
|
||||
|
||||
#if !defined(MBEDTLS_DHM_ALT)
|
||||
|
||||
|
||||
/* 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;
|
||||
|
||||
Reference in New Issue
Block a user