summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-21 23:28:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-21 23:28:55 +0000
commit6c2878344f39fe3d670f4252ef016dcd90171a89 (patch)
tree7634df188f9498f221531efadef03300a9cd4ccf /crypto/rsa
parent2836cb3816b87ec785ac6969b33136f293286382 (diff)
Fix from stable branch.
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/rsa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h
index 94a166630c..cf74343657 100644
--- a/crypto/rsa/rsa.h
+++ b/crypto/rsa/rsa.h
@@ -308,6 +308,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);
@@ -321,6 +322,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 */