commit | 1f6301b3c889efb8e353aa8179f691123549d6c7 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Apr 17 09:51:09 2018 -0500 |
committer | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Apr 17 10:00:21 2018 -0500 |
tree | 277993b32c6eeff009eca7cdaee97300b18be783 | |
parent | 904e1efb8c69fc8395a5575a2a48d13ac3bfab22 [diff] [blame] |
Rename mbedtls_zeroize to mbedtls_platform_zeroize
diff --git a/library/xtea.c b/library/xtea.c index 65b4165..a33707b 100644 --- a/library/xtea.c +++ b/library/xtea.c
@@ -28,7 +28,7 @@ #if defined(MBEDTLS_XTEA_C) #include "mbedtls/xtea.h" -#include "mbedtls/utils.h" +#include "mbedtls/platform_util.h" #include <string.h> @@ -76,7 +76,7 @@ if( ctx == NULL ) return; - mbedtls_zeroize( ctx, sizeof( mbedtls_xtea_context ) ); + mbedtls_platform_zeroize( ctx, sizeof( mbedtls_xtea_context ) ); } /*