projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b6956b
)
Remove duplicate prototypes have already been (correctly) added to rsa.h,
author
Geoff Thorpe
<geoff@openssl.org>
Fri, 24 Oct 2003 16:17:11 +0000
(16:17 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Fri, 24 Oct 2003 16:17:11 +0000
(16:17 +0000)
as this is already included by x509.h anyway.
crypto/x509/x509.h
patch
|
blob
|
history
diff --git
a/crypto/x509/x509.h
b/crypto/x509/x509.h
index e7706ce9f996b3388b0212039105e27eea7ff7ce..9b26b24ef3a5126ac8a8ee137d72bbe61ed88b60 100644
(file)
--- 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 */