From: Geoff Thorpe Date: Fri, 24 Oct 2003 16:17:11 +0000 (+0000) Subject: Remove duplicate prototypes have already been (correctly) added to rsa.h, X-Git-Tag: BEN_FIPS_TEST_4^2~11^2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ad7e3ad2a1634a020facb2ca9022b2bccef58dd;p=thirdparty%2Fopenssl.git Remove duplicate prototypes have already been (correctly) added to rsa.h, as this is already included by x509.h anyway. --- diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index e7706ce9f99..9b26b24ef3a 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 */