summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/x509/x509_addr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_addr.c b/src/lib/libcrypto/x509/x509_addr.c
index 418bddf8b1..8c35cf6e8a 100644
--- a/src/lib/libcrypto/x509/x509_addr.c
+++ b/src/lib/libcrypto/x509/x509_addr.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_addr.c,v 1.26 2021/12/25 15:42:32 tb Exp $ */ 1/* $OpenBSD: x509_addr.c,v 1.27 2021/12/25 15:43:13 tb Exp $ */
2/* 2/*
3 * Contributed to the OpenSSL Project by the American Registry for 3 * Contributed to the OpenSSL Project by the American Registry for
4 * Internet Numbers ("ARIN"). 4 * Internet Numbers ("ARIN").
@@ -197,7 +197,6 @@ static const ASN1_TEMPLATE IPAddrBlocks_item_tt = {
197 .item = &IPAddressFamily_it, 197 .item = &IPAddressFamily_it,
198}; 198};
199 199
200/* XXX: maybe special? */
201static const ASN1_ITEM IPAddrBlocks_it = { 200static const ASN1_ITEM IPAddrBlocks_it = {
202 .itype = ASN1_ITYPE_PRIMITIVE, 201 .itype = ASN1_ITYPE_PRIMITIVE,
203 .utype = -1, 202 .utype = -1,