Update from HEAD
[oweals/openssl.git] / crypto / rsa / rsa_eay.c
index 283ddd8f1f0a7c446e6dae4d5e17a875079d4df9..0ac6418449370efb2144ac56fb2b29c5a3311908 100644 (file)
 #include <openssl/rsa.h>
 #include <openssl/rand.h>
 
-#ifndef RSA_NULL
+#if !defined(RSA_NULL) && !defined(OPENSSL_FIPS)
 
 static int RSA_eay_public_encrypt(int flen, const unsigned char *from,
                unsigned char *to, RSA *rsa,int padding);