mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-03 11:43:03 +00:00
Remove superfluous include from zeroize.c
This brings zeroize.c and test_zeroize.gdb in sync with development. The include was introduced in3b0c43063(#2710). Revertsff8ae1115from the same pull request. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
#if defined(MBEDTLS_PLATFORM_C)
|
||||
#include "mbedtls/platform.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#define mbedtls_printf printf
|
||||
#define mbedtls_exit exit
|
||||
|
||||
Reference in New Issue
Block a user