Redirect FIPS memory allocation to FIPS_malloc() routine, remove
[openssl.git] / crypto / rsa / rsa_oaep.c
index eaae71223682099f737e5c8377894662de1a15da..48cd89dd48cc30aeca24078828f50574790b02aa 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);