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/rsa/rsa_oaep.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crypto/rsa/rsa_oaep.c') diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c index 48cd89dd48..eaae712236 100644 --- a/crypto/rsa/rsa_oaep.c +++ b/crypto/rsa/rsa_oaep.c @@ -30,10 +30,6 @@ #include #include -#ifdef OPENSSL_FIPS -#include -#endif - static int MGF1(unsigned char *mask, long len, const unsigned char *seed, long seedlen); -- cgit v1.2.3