From e0f6c15418972417fd37172d802b1f15868359e3 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 21 Jun 2008 23:28:02 +0000 Subject: [PATCH] Make WIN32 build work with no-rc4 --- crypto/rsa/rsa.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h index 6b5e4f8a9a..3699afaaaf 100644 --- a/crypto/rsa/rsa.h +++ b/crypto/rsa/rsa.h @@ -281,6 +281,7 @@ int RSA_print_fp(FILE *fp, const RSA *r,int offset); int RSA_print(BIO *bp, const RSA *r,int offset); #endif +#ifndef OPENSSL_NO_RC4 int i2d_RSA_NET(const RSA *a, unsigned char **pp, int (*cb)(char *buf, int len, const char *prompt, int verify), int sgckey); @@ -294,6 +295,7 @@ int i2d_Netscape_RSA(const RSA *a, unsigned char **pp, RSA *d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length, int (*cb)(char *buf, int len, const char *prompt, int verify)); +#endif /* The following 2 functions sign and verify a X509_SIG ASN1 object * inside PKCS#1 padded RSA encryption */ -- 2.25.1