Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@chromium.org>2014-06-20 23:00:00 +0400
committerAdam Langley <agl@chromium.org>2014-06-21 00:17:37 +0400
commit29db55944b537fc1e1f60c3358be5dfbd847014c (patch)
treea41d044d50723cf346855003f0c407d6f4886dcb /crypto/x509
parent7b294490864a167401a475d4844740cf6dc7ccaf (diff)
Remove redundant accessor.
You can do the same thing, and more, with X509_ALGOR_[gs]et0(). (Imported from upstream's 40b0d0765ec8d34654be099456dc1dfb6e1bd3ff)
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 3d91df2f..86472299 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -594,8 +594,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),