From 7edfe6745670d2f4d53d96f268f2dba11326a51c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 27 Jan 2011 19:10:56 +0000 Subject: Move all FIPSAPI renames into fips.h header file, include early in crypto.h if needed. Modify source tree to handle change. --- crypto/bn/bn_blind.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'crypto/bn/bn_blind.c') diff --git a/crypto/bn/bn_blind.c b/crypto/bn/bn_blind.c index d2bba48b0d..2dc677c739 100644 --- a/crypto/bn/bn_blind.c +++ b/crypto/bn/bn_blind.c @@ -109,16 +109,12 @@ * [including the GNU Public Licence.] */ +#define OPENSSL_FIPSAPI + #include #include "cryptlib.h" #include "bn_lcl.h" -#define OPENSSL_FIPSAPI - -#ifdef OPENSSL_FIPS -#include -#endif - #define BN_BLINDING_COUNTER 32 struct bn_blinding_st -- cgit v1.2.3