From: Geoff Thorpe Date: Wed, 19 Nov 2003 05:18:54 +0000 (+0000) Subject: Remove duplicate prototypes have already been (correctly) added to rsa.h, X-Git-Tag: OpenSSL_0_9_7d~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=77cc150b612ca1e5ef153f94320686a3e4d4f42f;p=oweals%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 eaad5685a8..8d0c7e2e17 100644 --- a/crypto/x509/x509.h +++ b/crypto/x509/x509.h @@ -810,10 +810,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 */