From: Dr. Stephen Henson Date: Mon, 21 Feb 2011 16:36:47 +0000 (+0000) Subject: x509v3.h header file not needed in fips algorithm test utilities. X-Git-Tag: OpenSSL-fips-2_0-rc1~722 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3deb010dc01a9e23cd48feab25abef3c2d124d7d;p=oweals%2Fopenssl.git x509v3.h header file not needed in fips algorithm test utilities. --- diff --git a/fips/hmac/fips_hmactest.c b/fips/hmac/fips_hmactest.c index af6ce29b80..d1f0b4c1ca 100644 --- a/fips/hmac/fips_hmactest.c +++ b/fips/hmac/fips_hmactest.c @@ -67,8 +67,6 @@ #include #include -#include - #ifndef OPENSSL_FIPS int main(int argc, char *argv[]) diff --git a/fips/rand/fips_rngvs.c b/fips/rand/fips_rngvs.c index 972acce6d1..be03ae3770 100644 --- a/fips/rand/fips_rngvs.c +++ b/fips/rand/fips_rngvs.c @@ -28,7 +28,6 @@ int main(int argc, char **argv) #include #include #include -#include #include #include diff --git a/fips/rsa/fips_rsagtest.c b/fips/rsa/fips_rsagtest.c index 95960ef007..434d332b92 100644 --- a/fips/rsa/fips_rsagtest.c +++ b/fips/rsa/fips_rsagtest.c @@ -66,7 +66,6 @@ #include #include #include -#include #ifndef OPENSSL_FIPS diff --git a/fips/rsa/fips_rsastest.c b/fips/rsa/fips_rsastest.c index 3f84c1c0b6..2d66d92116 100644 --- a/fips/rsa/fips_rsastest.c +++ b/fips/rsa/fips_rsastest.c @@ -66,7 +66,6 @@ #include #include #include -#include #ifndef OPENSSL_FIPS diff --git a/fips/rsa/fips_rsavtest.c b/fips/rsa/fips_rsavtest.c index 06ade8d04a..5886a19b03 100644 --- a/fips/rsa/fips_rsavtest.c +++ b/fips/rsa/fips_rsavtest.c @@ -65,7 +65,6 @@ #include #include #include -#include #include #ifndef OPENSSL_FIPS diff --git a/fips/sha/fips_shatest.c b/fips/sha/fips_shatest.c index 9675518513..e6d1a9519a 100644 --- a/fips/sha/fips_shatest.c +++ b/fips/sha/fips_shatest.c @@ -65,7 +65,6 @@ #include #include #include -#include #ifndef OPENSSL_FIPS