From: Ben Laurie Date: Sat, 1 Feb 2014 21:53:09 +0000 (+0000) Subject: Remove redundant accessor (you can do the same thing, and more, with X-Git-Tag: OpenSSL_1_0_2-beta1~67 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40b0d0765ec8d34654be099456dc1dfb6e1bd3ff;p=oweals%2Fopenssl.git Remove redundant accessor (you can do the same thing, and more, with X509_ALGOR_[gs]et0()). --- diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index 852fab6ce8..ed2a88e081 100644 --- 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),