From 2757be06de4e03153a81c0042fe78da650f95983 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 14 May 2001 12:22:58 +0000 Subject: [PATCH] Make sure memset() is properly declared. --- crypto/ui/ui_compat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/ui/ui_compat.c b/crypto/ui/ui_compat.c index 6938d72d49..701c07c181 100644 --- a/crypto/ui/ui_compat.c +++ b/crypto/ui/ui_compat.c @@ -57,6 +57,7 @@ * [including the GNU Public Licence.] */ +#include #include #ifndef OPENSSL_NO_DES -- 2.25.1