From: Geoff Thorpe Date: Mon, 19 Apr 2004 18:30:41 +0000 (+0000) Subject: More updates for the header cleanups (and apologies, again, for not having X-Git-Tag: BEN_FIPS_TEST_6~14^2~293 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=28ded31b97c3b4fffdffe6ead65588664d901508;p=oweals%2Fopenssl.git More updates for the header cleanups (and apologies, again, for not having consolidated these prior to committing). --- diff --git a/crypto/engine/eng_openssl.c b/crypto/engine/eng_openssl.c index 4b9cc0a83d..5e20555fc0 100644 --- a/crypto/engine/eng_openssl.c +++ b/crypto/engine/eng_openssl.c @@ -70,6 +70,9 @@ #include #include #include +#include +#include +#include /* This testing gunk is implemented (and explained) lower down. It also assumes * the application explicitly calls "ENGINE_load_openssl()" because this is no diff --git a/engines/e_4758_cca.c b/engines/e_4758_cca.c index 3c8e5f6193..aa8d4604d2 100644 --- a/engines/e_4758_cca.c +++ b/engines/e_4758_cca.c @@ -61,6 +61,7 @@ #include #include #include +#include #ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW_4758_CCA diff --git a/engines/e_aep.c b/engines/e_aep.c index 5e66fb1f83..7641738c2a 100644 --- a/engines/e_aep.c +++ b/engines/e_aep.c @@ -71,6 +71,7 @@ typedef int pid_t; #include #include #include +#include #ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW_AEP diff --git a/engines/e_ncipher.c b/engines/e_ncipher.c index 481c9b0997..14adbc6f13 100644 --- a/engines/e_ncipher.c +++ b/engines/e_ncipher.c @@ -65,6 +65,8 @@ #include #include #include +#include +#include #ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW_NCIPHER diff --git a/engines/e_sureware.c b/engines/e_sureware.c index 654f41031a..780ec20a47 100644 --- a/engines/e_sureware.c +++ b/engines/e_sureware.c @@ -57,6 +57,9 @@ #include #include #include +#include +#include +#include #ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW_SUREWARE