Make sure memset() is defined by including string.h
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Feb 2002 13:51:04 +0000 (13:51 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Feb 2002 13:51:04 +0000 (13:51 +0000)
Notified by Oscar Jacobsson <oscar@jacobsson.org>

crypto/des/read2pwd.c

index f0eef23d8d0bc40781120d48b759501272c50d8d..b4720c3a9810546c448f3ff1d897bfef100b2eb6 100644 (file)
  * [including the GNU Public Licence.]
  */
 
+#include <string.h>
 #include <openssl/des.h>
 #include <openssl/ui.h>