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/platform_util.c b/library/platform_util.c index 498e214..1a57de9 100644 --- a/library/platform_util.c +++ b/library/platform_util.c
@@ -26,7 +26,7 @@ #include MBEDTLS_CONFIG_FILE #endif -#include "mbedtls/utils.h" +#include "mbedtls/platform_util.h" #include <stddef.h> #include <string.h>