summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-21 16:36:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-21 16:36:47 +0000
commit3deb010dc01a9e23cd48feab25abef3c2d124d7d (patch)
tree5ee0fa8df863e084152c155e1870e725d269b4bc
parent4a716f5beb2788fde688bd24bfd5fc90100e59ab (diff)
x509v3.h header file not needed in fips algorithm test utilities.
-rw-r--r--fips/hmac/fips_hmactest.c2
-rw-r--r--fips/rand/fips_rngvs.c1
-rw-r--r--fips/rsa/fips_rsagtest.c1
-rw-r--r--fips/rsa/fips_rsastest.c1
-rw-r--r--fips/rsa/fips_rsavtest.c1
-rw-r--r--fips/sha/fips_shatest.c1
6 files changed, 0 insertions, 7 deletions
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 <openssl/err.h>
#include <openssl/bn.h>
-#include <openssl/x509v3.h>
-
#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 <openssl/err.h>
#include <openssl/rand.h>
#include <openssl/fips_rand.h>
-#include <openssl/x509v3.h>
#include <string.h>
#include <ctype.h>
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 <openssl/hmac.h>
#include <openssl/err.h>
#include <openssl/bn.h>
-#include <openssl/x509v3.h>
#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 <openssl/hmac.h>
#include <openssl/err.h>
#include <openssl/bn.h>
-#include <openssl/x509v3.h>
#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 <openssl/evp.h>
#include <openssl/hmac.h>
#include <openssl/err.h>
-#include <openssl/x509v3.h>
#include <openssl/bn.h>
#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 <openssl/evp.h>
#include <openssl/err.h>
#include <openssl/bn.h>
-#include <openssl/x509v3.h>
#ifndef OPENSSL_FIPS