summaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2003-10-24 16:17:11 +0000
committerGeoff Thorpe <geoff@openssl.org>2003-10-24 16:17:11 +0000
commit8ad7e3ad2a1634a020facb2ca9022b2bccef58dd (patch)
treebfb8f9954bdf7779447e7d91589301a2b4e031a4 /crypto/x509
parent0b6956b4747e6f42427863f8a78f8939a86fb175 (diff)
Remove duplicate prototypes have already been (correctly) added to rsa.h,
as this is already included by x509.h anyway.
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index e7706ce9f9..9b26b24ef3 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -856,10 +856,6 @@ X509_REQ *X509_REQ_dup(X509_REQ *req);
X509_ALGOR *X509_ALGOR_dup(X509_ALGOR *xn);
X509_NAME *X509_NAME_dup(X509_NAME *xn);
X509_NAME_ENTRY *X509_NAME_ENTRY_dup(X509_NAME_ENTRY *ne);
-#ifndef OPENSSL_NO_RSA
-RSA *RSAPublicKey_dup(RSA *rsa);
-RSA *RSAPrivateKey_dup(RSA *rsa);
-#endif
#endif /* !SSLEAY_MACROS */