summaryrefslogtreecommitdiffstats
path: root/engines/e_atalla.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-10-16 21:50:28 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-10-16 21:50:28 +0000
commit5be1264b7e4756a345bce6c1c8bb32f418c8a0aa (patch)
treedad9151e8e0687e1a7cc8c0fc838c9ff40fa963e /engines/e_atalla.c
parent314c667050065bac7d1b0b1a767af6ff9585a596 (diff)
The ENGINE implementations in ./engines/ should be role models on how to
write external engines (and thus should require only installed openssl headers and libs to compile without warnings). So this gets rid of recently introduced compilation warnings (no longer including internal headers) by including string.h directly.
Diffstat (limited to 'engines/e_atalla.c')
-rw-r--r--engines/e_atalla.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/e_atalla.c b/engines/e_atalla.c
index be590f0ebb..65339a0d68 100644
--- a/engines/e_atalla.c
+++ b/engines/e_atalla.c
@@ -57,6 +57,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/dso.h>