aboutsummaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-10-18 19:23:27 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-10-18 19:23:27 +0000
commitb76d66fbf6f060e464bde86d078b8925a04e3062 (patch)
treebf3640ed0229b3ea6b0b5b36ecbf1a1ece041849 /engines
parent06f851f721d205662e263729a098170f3e4e5a5d (diff)
downloadopenssl-b76d66fbf6f060e464bde86d078b8925a04e3062.tar.gz
Another ENGINE implementation dependant on string.h.
Diffstat (limited to 'engines')
-rw-r--r--engines/e_nuron.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/e_nuron.c b/engines/e_nuron.c
index 4585dbed1f..d7960a9d95 100644
--- a/engines/e_nuron.c
+++ b/engines/e_nuron.c
@@ -57,6 +57,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/dso.h>