From 703b21ab4c794e7b44460fa1cee2b085dee30874 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 10 Feb 2015 08:33:10 +0000 Subject: The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into noops around 15 years ago. Remove multiple occurances of both that still exist in the code today. --- src/lib/libcrypto/asn1/x_algor.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/libcrypto/asn1/x_algor.c') diff --git a/src/lib/libcrypto/asn1/x_algor.c b/src/lib/libcrypto/asn1/x_algor.c index f11a49faf4..f7cae9499a 100644 --- a/src/lib/libcrypto/asn1/x_algor.c +++ b/src/lib/libcrypto/asn1/x_algor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x_algor.c,v 1.17 2015/02/10 06:36:30 jsing Exp $ */ +/* $OpenBSD: x_algor.c,v 1.18 2015/02/10 08:33:10 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -115,9 +115,6 @@ X509_ALGOR_dup(X509_ALGOR *x) return ASN1_item_dup(&X509_ALGOR_it, x); } -IMPLEMENT_STACK_OF(X509_ALGOR) -IMPLEMENT_ASN1_SET_OF(X509_ALGOR) - int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval) { -- cgit v1.2.3-55-g6feb