Another ENGINE implementation dependant on string.h.
authorGeoff Thorpe <geoff@openssl.org>
Fri, 18 Oct 2002 19:23:27 +0000 (19:23 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Fri, 18 Oct 2002 19:23:27 +0000 (19:23 +0000)
engines/e_nuron.c

index 4585dbed1fa77c0b5f627e24e571a829a982fd6b..d7960a9d9526d447cc60ae10ab8503039ad3591d 100644 (file)
@@ -57,6 +57,7 @@
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <openssl/crypto.h>
 #include <openssl/buffer.h>
 #include <openssl/dso.h>
 #include <openssl/crypto.h>
 #include <openssl/buffer.h>
 #include <openssl/dso.h>