Remove redundant accessor (you can do the same thing, and more, with

X509_ALGOR_[gs]et0()).
This commit is contained in:
Ben Laurie 2014-02-01 21:53:09 +00:00
parent 41235f30fb
commit 40b0d0765e

View file

@ -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),