From: Richard Levitte Date: Thu, 14 Feb 2002 13:51:13 +0000 (+0000) Subject: Make sure memset() is defined by including string.h X-Git-Tag: OpenSSL_0_9_7-beta1~237 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d9d3a695951c6e30b8c956a97f49e21e12adaffd;p=oweals%2Fopenssl.git 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