summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/asn1/x_algor.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2015-02-10 08:33:10 +0000
committerjsing <jsing@openbsd.org>2015-02-10 08:33:10 +0000
commitc33941b7863804a3cd2c52f5322202c5e25c6bb7 (patch)
tree8d99d53921acfbad6cb87345decace9c7867cc39 /lib/libcrypto/asn1/x_algor.c
parentForgot the EAGAIN or EINTR check on read. (diff)
downloadwireguard-openbsd-c33941b7863804a3cd2c52f5322202c5e25c6bb7.tar.xz
wireguard-openbsd-c33941b7863804a3cd2c52f5322202c5e25c6bb7.zip
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.
Diffstat (limited to 'lib/libcrypto/asn1/x_algor.c')
-rw-r--r--lib/libcrypto/asn1/x_algor.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcrypto/asn1/x_algor.c b/lib/libcrypto/asn1/x_algor.c
index f11a49faf45..f7cae9499ab 100644
--- a/lib/libcrypto/asn1/x_algor.c
+++ b/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)
{