From: Geoff Thorpe Date: Mon, 19 Apr 2004 18:13:07 +0000 (+0000) Subject: header cleanup in apps/ X-Git-Tag: BEN_FIPS_TEST_6~14^2~295 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=823a67b0a9094aa87b4b47a2bbf4cf1610938941;p=oweals%2Fopenssl.git header cleanup in apps/ --- diff --git a/apps/apps.c b/apps/apps.c index fa2f8a2b85..5e443221d3 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -125,6 +125,7 @@ #ifndef OPENSSL_NO_ENGINE #include #endif +#include #define NON_MAIN #include "apps.h" diff --git a/apps/rsautl.c b/apps/rsautl.c index 5db6fe7cd7..596199010a 100644 --- a/apps/rsautl.c +++ b/apps/rsautl.c @@ -62,6 +62,7 @@ #include #include #include +#include #define RSA_SIGN 1 #define RSA_VERIFY 2 diff --git a/apps/speed.c b/apps/speed.c index 4c7cdcd009..ccc074f360 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -209,6 +209,7 @@ #endif #include #ifndef OPENSSL_NO_DSA +#include #include "./testdsa.h" #endif #ifndef OPENSSL_NO_ECDSA diff --git a/apps/x509.c b/apps/x509.c index d30fbbe1e5..58706be344 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -73,6 +73,8 @@ #include #include #include +#include +#include #undef PROG #define PROG x509_main