enginetest needs 'memset' defined.
authorGeoff Thorpe <geoff@openssl.org>
Mon, 10 Sep 2001 21:02:06 +0000 (21:02 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 10 Sep 2001 21:02:06 +0000 (21:02 +0000)
crypto/engine/enginetest.c

index 351b0c742e99b3684dd4f34e229de9096af0e7c6..f02e6f4026c07529d9ed3248d22b0cfe04016222 100644 (file)
@@ -58,6 +58,7 @@
 
 #include <openssl/e_os2.h>
 #include <stdio.h>
+#include <string.h>
 #include <openssl/buffer.h>
 #include <openssl/crypto.h>
 #include <openssl/engine.h>