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:
41235f3
)
Remove redundant accessor (you can do the same thing, and more, with
author
Ben Laurie
<ben@links.org>
Sat, 1 Feb 2014 21:53:09 +0000
(21:53 +0000)
committer
Ben Laurie
<ben@links.org>
Sat, 1 Feb 2014 22:03:40 +0000
(22:03 +0000)
X509_ALGOR_[gs]et0()).
crypto/x509/x509.h
patch
|
blob
|
history
diff --git
a/crypto/x509/x509.h
b/crypto/x509/x509.h
index 852fab6ce8aff7bc673c107086e33c0dbe214feb..ed2a88e0810f3ffcd24f0f9d123afb8723294c54 100644
(file)
--- a/
crypto/x509/x509.h
+++ b/
crypto/x509/x509.h
@@
-631,8
+631,6
@@
extern "C" {
#define X509_CINF_get_extensions(c) ((c)->extensions)
#define X509_CINF_get_signature(c) ((c)->signature)
-#define X509_ALGOR_get_algorithm(a) ((a)->algorithm)
-
void X509_CRL_set_default_method(const X509_CRL_METHOD *meth);
X509_CRL_METHOD *X509_CRL_METHOD_new(
int (*crl_init)(X509_CRL *crl),