From 73e45b2dd127b10d6259203082fe2b49aa268986 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 20 Oct 2014 13:13:59 +0100 Subject: remove OPENSSL_FIPSAPI Reviewed-by: Tim Hudson --- crypto/rsa/rsa_crpt.c | 2 +- crypto/rsa/rsa_eay.c | 2 +- crypto/rsa/rsa_gen.c | 2 +- crypto/rsa/rsa_none.c | 2 +- crypto/rsa/rsa_oaep.c | 2 +- crypto/rsa/rsa_pk1.c | 2 +- crypto/rsa/rsa_pss.c | 2 +- crypto/rsa/rsa_ssl.c | 2 +- crypto/rsa/rsa_x931.c | 2 +- crypto/rsa/rsa_x931g.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'crypto/rsa') diff --git a/crypto/rsa/rsa_crpt.c b/crypto/rsa/rsa_crpt.c index 448265e217..78b8fcef3b 100644 --- a/crypto/rsa/rsa_crpt.c +++ b/crypto/rsa/rsa_crpt.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#define OPENSSL_FIPSAPI + #include #include diff --git a/crypto/rsa/rsa_eay.c b/crypto/rsa/rsa_eay.c index 6c2843116f..80dab8aa4f 100644 --- a/crypto/rsa/rsa_eay.c +++ b/crypto/rsa/rsa_eay.c @@ -109,7 +109,7 @@ * */ -#define OPENSSL_FIPSAPI + #include "cryptlib.h" #include diff --git a/crypto/rsa/rsa_gen.c b/crypto/rsa/rsa_gen.c index a4eb675d9e..bf7ac3446b 100644 --- a/crypto/rsa/rsa_gen.c +++ b/crypto/rsa/rsa_gen.c @@ -62,7 +62,7 @@ * - Geoff */ -#define OPENSSL_FIPSAPI + #include #include diff --git a/crypto/rsa/rsa_none.c b/crypto/rsa/rsa_none.c index f1fcd9c71d..2306ddad11 100644 --- a/crypto/rsa/rsa_none.c +++ b/crypto/rsa/rsa_none.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#define OPENSSL_FIPSAPI + #include "cryptlib.h" #include diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c index 5f1e2e196c..85eed8a637 100644 --- a/crypto/rsa/rsa_oaep.c +++ b/crypto/rsa/rsa_oaep.c @@ -18,7 +18,7 @@ * an equivalent notion. */ -#define OPENSSL_FIPSAPI + #include "constant_time_locl.h" diff --git a/crypto/rsa/rsa_pk1.c b/crypto/rsa/rsa_pk1.c index 2eb47c3841..0f856777b9 100644 --- a/crypto/rsa/rsa_pk1.c +++ b/crypto/rsa/rsa_pk1.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#define OPENSSL_FIPSAPI + #include "constant_time_locl.h" diff --git a/crypto/rsa/rsa_pss.c b/crypto/rsa/rsa_pss.c index c776b78810..f890f894b8 100644 --- a/crypto/rsa/rsa_pss.c +++ b/crypto/rsa/rsa_pss.c @@ -56,7 +56,7 @@ * */ -#define OPENSSL_FIPSAPI + #include #include "cryptlib.h" diff --git a/crypto/rsa/rsa_ssl.c b/crypto/rsa/rsa_ssl.c index 1831fcf062..c0c1210ee9 100644 --- a/crypto/rsa/rsa_ssl.c +++ b/crypto/rsa/rsa_ssl.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#define OPENSSL_FIPSAPI + #include #include "cryptlib.h" diff --git a/crypto/rsa/rsa_x931.c b/crypto/rsa/rsa_x931.c index f037f4e47d..c8c3b3934a 100644 --- a/crypto/rsa/rsa_x931.c +++ b/crypto/rsa/rsa_x931.c @@ -56,7 +56,7 @@ * */ -#define OPENSSL_FIPSAPI + #include #include "cryptlib.h" diff --git a/crypto/rsa/rsa_x931g.c b/crypto/rsa/rsa_x931g.c index 2f37cf4699..2c91268a8a 100644 --- a/crypto/rsa/rsa_x931g.c +++ b/crypto/rsa/rsa_x931g.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#define OPENSSL_FIPSAPI + #include #include -- cgit v1.2.3