Move all FIPSAPI renames into fips.h header file, include early in
[openssl.git] / crypto / rsa / rsa_oaep.c
index 48cd89dd48cc30aeca24078828f50574790b02aa..eaae71223682099f737e5c8377894662de1a15da 100644 (file)
 #include <openssl/rand.h>
 #include <openssl/sha.h>
 
-#ifdef OPENSSL_FIPS
-#include <openssl/fips.h>
-#endif
-
 static int MGF1(unsigned char *mask, long len,
        const unsigned char *seed, long seedlen);