summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/v3_sxnet.c
diff options
context:
space:
mode:
authorjsing <>2015-02-10 08:33:10 +0000
committerjsing <>2015-02-10 08:33:10 +0000
commit703b21ab4c794e7b44460fa1cee2b085dee30874 (patch)
tree91eb81a2adf39e9987776c79abd1fe96e5ef6b76 /src/lib/libcrypto/x509v3/v3_sxnet.c
parent6147cf79cb9a00a2d12b54100ee049dfb7920375 (diff)
downloadopenbsd-703b21ab4c794e7b44460fa1cee2b085dee30874.tar.gz
openbsd-703b21ab4c794e7b44460fa1cee2b085dee30874.tar.bz2
openbsd-703b21ab4c794e7b44460fa1cee2b085dee30874.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_sxnet.c')
-rw-r--r--src/lib/libcrypto/x509v3/v3_sxnet.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_sxnet.c b/src/lib/libcrypto/x509v3/v3_sxnet.c
index dc8ee379c7..7029aad916 100644
--- a/src/lib/libcrypto/x509v3/v3_sxnet.c
+++ b/src/lib/libcrypto/x509v3/v3_sxnet.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: v3_sxnet.c,v 1.12 2015/02/09 16:03:11 jsing Exp $ */ 1/* $OpenBSD: v3_sxnet.c,v 1.13 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 */
@@ -333,6 +333,3 @@ SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone)
333 } 333 }
334 return NULL; 334 return NULL;
335} 335}
336
337IMPLEMENT_STACK_OF(SXNETID)
338IMPLEMENT_ASN1_SET_OF(SXNETID)