aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/enginetest.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-20 19:05:59 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-20 19:05:59 +0000
commit14565bedafb555bf2528c553f821ebea278177f2 (patch)
tree1a0b92c4df8e95a62658934b1a2e2761362b97ce /crypto/engine/enginetest.c
parent02cc82ff8adbb43918720796c97df36ac0579323 (diff)
downloadopenssl-14565bedafb555bf2528c553f821ebea278177f2.tar.gz
Some functions, like strdup() and strcasecmp(), are defined in
strings.h according to X/Open.
Diffstat (limited to 'crypto/engine/enginetest.c')
-rw-r--r--crypto/engine/enginetest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/enginetest.c b/crypto/engine/enginetest.c
index a5a3c47fcb..7d3e47aad1 100644
--- a/crypto/engine/enginetest.c
+++ b/crypto/engine/enginetest.c
@@ -58,6 +58,7 @@
#include <stdio.h>
#include <string.h>
+#include <strings.h>
#include <openssl/engine.h>
#include <openssl/err.h>