summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/v3_crld.c
diff options
context:
space:
mode:
authorjsing <>2015-02-10 08:33:10 +0000
committerjsing <>2015-02-10 08:33:10 +0000
commit398669e54cc64c0b7d0a009b29cd2f2ff9063ca9 (patch)
tree91eb81a2adf39e9987776c79abd1fe96e5ef6b76 /src/lib/libcrypto/x509v3/v3_crld.c
parent4571476f9179dfdbc4fecddbe5fd4fbdeceeb913 (diff)
downloadopenbsd-398669e54cc64c0b7d0a009b29cd2f2ff9063ca9.tar.gz
openbsd-398669e54cc64c0b7d0a009b29cd2f2ff9063ca9.tar.bz2
openbsd-398669e54cc64c0b7d0a009b29cd2f2ff9063ca9.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 'src/lib/libcrypto/x509v3/v3_crld.c')
-rw-r--r--src/lib/libcrypto/x509v3/v3_crld.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_crld.c b/src/lib/libcrypto/x509v3/v3_crld.c
index 2201b61264..207e0944aa 100644
--- a/src/lib/libcrypto/x509v3/v3_crld.c
+++ b/src/lib/libcrypto/x509v3/v3_crld.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: v3_crld.c,v 1.14 2015/02/09 16:03:11 jsing Exp $ */ 1/* $OpenBSD: v3_crld.c,v 1.15 2015/02/10 08:33:10 jsing Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 1999. 3 * project 1999.
4 */ 4 */
@@ -355,9 +355,6 @@ err:
355 return NULL; 355 return NULL;
356} 356}
357 357
358IMPLEMENT_STACK_OF(DIST_POINT)
359IMPLEMENT_ASN1_SET_OF(DIST_POINT)
360
361static int 358static int
362dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) 359dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
363{ 360{