Make sure memset() is properly declared.
authorRichard Levitte <levitte@openssl.org>
Mon, 14 May 2001 12:22:58 +0000 (12:22 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 14 May 2001 12:22:58 +0000 (12:22 +0000)
crypto/ui/ui_compat.c

index 6938d72d49475ab6dc72e2803526725d6b32f462..701c07c181c0bb0af5d9b57ccf964f6b414876ea 100644 (file)
@@ -57,6 +57,7 @@
  * [including the GNU Public Licence.]
  */
 
+#include <string.h>
 #include <openssl/ui_compat.h>
 
 #ifndef OPENSSL_NO_DES