Commit 40b0d076 authored by Ben Laurie's avatar Ben Laurie
Browse files

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

X509_ALGOR_[gs]et0()).
parent 41235f30
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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),