Remove duplicate prototypes have already been (correctly) added to rsa.h,
as this is already included by x509.h anyway.
This commit is contained in:
parent
0b6956b474
commit
8ad7e3ad2a
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user