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/ecp.c b/library/ecp.c index a2a1225..41db3fb 100644 --- a/library/ecp.c +++ b/library/ecp.c
@@ -51,7 +51,7 @@ #include "mbedtls/ecp.h" #include "mbedtls/threading.h" -#include "mbedtls/utils.h" +#include "mbedtls/platform_util.h" #include <string.h> @@ -344,7 +344,7 @@ mbedtls_free( grp->T ); } - mbedtls_zeroize( grp, sizeof( mbedtls_ecp_group ) ); + mbedtls_platform_zeroize( grp, sizeof( mbedtls_ecp_group ) ); } /*