From: Richard Levitte Date: Thu, 14 Feb 2002 13:51:04 +0000 (+0000) Subject: Make sure memset() is defined by including string.h X-Git-Tag: OpenSSL_0_9_6d-beta1~53^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc1489d2f25b97215b5cce035d88590f5d9bdfdb;p=openssl Make sure memset() is defined by including string.h Notified by Oscar Jacobsson --- diff --git a/crypto/des/read2pwd.c b/crypto/des/read2pwd.c index f0eef23d8d..b4720c3a98 100644 --- a/crypto/des/read2pwd.c +++ b/crypto/des/read2pwd.c @@ -109,6 +109,7 @@ * [including the GNU Public Licence.] */ +#include #include #include