From: Geoff Thorpe Date: Wed, 16 Oct 2002 21:50:28 +0000 (+0000) Subject: The ENGINE implementations in ./engines/ should be role models on how to X-Git-Tag: OpenSSL_0_9_7-beta4~109^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5be1264b7e4756a345bce6c1c8bb32f418c8a0aa;p=thirdparty%2Fopenssl.git 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. --- diff --git a/engines/e_4758_cca.c b/engines/e_4758_cca.c index 2e77f8c6471..203a8a75e67 100644 --- a/engines/e_4758_cca.c +++ b/engines/e_4758_cca.c @@ -54,6 +54,7 @@ */ #include +#include #include /* #include */ #include diff --git a/engines/e_atalla.c b/engines/e_atalla.c index be590f0ebbd..65339a0d68d 100644 --- a/engines/e_atalla.c +++ b/engines/e_atalla.c @@ -57,6 +57,7 @@ */ #include +#include #include #include #include diff --git a/engines/e_cswift.c b/engines/e_cswift.c index 2ed9357f136..f3d36283660 100644 --- a/engines/e_cswift.c +++ b/engines/e_cswift.c @@ -57,6 +57,7 @@ */ #include +#include #include #include #include diff --git a/engines/e_sureware.c b/engines/e_sureware.c index dced97c695a..9c2279c1957 100644 --- a/engines/e_sureware.c +++ b/engines/e_sureware.c @@ -51,6 +51,7 @@ ====================================================================*/ #include +#include #include #include #include diff --git a/engines/e_ubsec.c b/engines/e_ubsec.c index fe4a3b7ef75..35af495b71b 100644 --- a/engines/e_ubsec.c +++ b/engines/e_ubsec.c @@ -59,6 +59,7 @@ */ #include +#include #include #include #include