mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-01 16:57:47 +00:00
Update library/sha3.c
Co-authored-by: Gilles Peskine <[email protected]> Signed-off-by: Pol Henarejos <[email protected]>
This commit is contained in:
co-authored by
Gilles Peskine
parent
c9754c3ec1
commit
39fb1d52d1
@@ -33,15 +33,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#if defined(MBEDTLS_SELF_TEST)
|
||||
#if defined(MBEDTLS_PLATFORM_C)
|
||||
#include "mbedtls/platform.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#define mbedtls_printf printf
|
||||
#define mbedtls_calloc calloc
|
||||
#define mbedtls_free free
|
||||
#endif /* MBEDTLS_PLATFORM_C */
|
||||
#endif /* MBEDTLS_SELF_TEST */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user