From: Richard Levitte Date: Mon, 14 May 2001 12:22:58 +0000 (+0000) Subject: Make sure memset() is properly declared. X-Git-Tag: OpenSSL_0_9_6c~182^2~162 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2757be06de4e03153a81c0042fe78da650f95983;p=oweals%2Fopenssl.git Make sure memset() is properly declared. --- 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