From 171a0640367dc1c5003f645f5672e1a07eb18376 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 28 Dec 2020 08:53:32 -0500 Subject: [PATCH] [mod_mbedtls] include mbedtls/platform_util.h include mbedtls/platform_util.h for mbedtls_platform_zeroize() (instead of relying on an indirect include) (fixes build with (very old) mbedtls-2.14.0) --- src/mod_mbedtls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod_mbedtls.c b/src/mod_mbedtls.c index 7673449e..5a73e651 100644 --- a/src/mod_mbedtls.c +++ b/src/mod_mbedtls.c @@ -68,6 +68,7 @@ #include #include #include +#include /* mbedtls_platform_zeroize() */ #if MBEDTLS_VERSION_NUMBER >= 0x02040000 /* mbedtls 2.04.0 */ #include