Oops... forgot the other RSA_NULL patches...
[openssl.git] / crypto / rsa / rsa_eay.c
index 7f51c42e9fea3f7aa55fdb72cfab8909d53eae5e..e648fadcebabdc806451acc0e901910190ca6280 100644 (file)
@@ -62,6 +62,8 @@
 #include <openssl/rsa.h>
 #include <openssl/rand.h>
 
+#ifndef RSA_NULL
+
 static int RSA_eay_public_encrypt(int flen, unsigned char *from,
                unsigned char *to, RSA *rsa,int padding);
 static int RSA_eay_private_encrypt(int flen, unsigned char *from,
@@ -486,4 +488,4 @@ static int RSA_eay_finish(RSA *rsa)
        return(1);
        }
 
-
+#endif