summaryrefslogtreecommitdiffstats
path: root/fips/rsa
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-09-21 11:40:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-09-21 11:40:36 +0000
commit155ad6d2190827465198221237a4009c410ec0b4 (patch)
tree9db8fa55fab2c95666d68cef5a3aa17290913420 /fips/rsa
parent138f20433e6e9d71140ad7db6813592ebb8f34d5 (diff)
Fix warnings when more pedantic "debuge-steve32" target is used.
Diffstat (limited to 'fips/rsa')
-rw-r--r--fips/rsa/fips_rsa_lib.c1
-rw-r--r--fips/rsa/fips_rsa_selftest.c1
-rw-r--r--fips/rsa/fips_rsagtest.c2
-rw-r--r--fips/rsa/fips_rsastest.c2
-rw-r--r--fips/rsa/fips_rsavtest.c2
5 files changed, 8 insertions, 0 deletions
diff --git a/fips/rsa/fips_rsa_lib.c b/fips/rsa/fips_rsa_lib.c
index c135539f8b..cfdb7f3f04 100644
--- a/fips/rsa/fips_rsa_lib.c
+++ b/fips/rsa/fips_rsa_lib.c
@@ -59,6 +59,7 @@
#include <string.h>
#include <openssl/evp.h>
#include <openssl/rsa.h>
+#include <openssl/bn.h>
#include <openssl/err.h>
/* Minimal FIPS versions of FIPS_rsa_new() and FIPS_rsa_free: to
diff --git a/fips/rsa/fips_rsa_selftest.c b/fips/rsa/fips_rsa_selftest.c
index eecfb60312..bead61f572 100644
--- a/fips/rsa/fips_rsa_selftest.c
+++ b/fips/rsa/fips_rsa_selftest.c
@@ -52,6 +52,7 @@
#include <openssl/fips.h>
#include <openssl/rsa.h>
#include <openssl/evp.h>
+#include <openssl/bn.h>
#include <openssl/opensslconf.h>
#ifdef OPENSSL_FIPS
diff --git a/fips/rsa/fips_rsagtest.c b/fips/rsa/fips_rsagtest.c
index 0ae2a29335..116a104cd5 100644
--- a/fips/rsa/fips_rsagtest.c
+++ b/fips/rsa/fips_rsagtest.c
@@ -63,6 +63,8 @@
#include <openssl/evp.h>
#include <openssl/hmac.h>
#include <openssl/err.h>
+#include <openssl/rsa.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 cca1a27cc9..1a6b1689c0 100644
--- a/fips/rsa/fips_rsastest.c
+++ b/fips/rsa/fips_rsastest.c
@@ -63,6 +63,8 @@
#include <openssl/evp.h>
#include <openssl/hmac.h>
#include <openssl/err.h>
+#include <openssl/rsa.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 13dc09a03f..8d8fbab7fa 100644
--- a/fips/rsa/fips_rsavtest.c
+++ b/fips/rsa/fips_rsavtest.c
@@ -64,6 +64,8 @@
#include <openssl/hmac.h>
#include <openssl/err.h>
#include <openssl/x509v3.h>
+#include <openssl/bn.h>
+#include <openssl/rsa.h>
#ifndef OPENSSL_FIPS