From f455d7cbe9168a5b7f64eb6ed8bc2eb20ba76e1c Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 28 Jul 2023 13:30:07 +0000 Subject: [PATCH] remove X509_ATTRIBUTE_SET_it public symbol removed in April ok tb@ --- lib/libcrypto/asn1/x_attrib.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/lib/libcrypto/asn1/x_attrib.c b/lib/libcrypto/asn1/x_attrib.c index eb72d046c10..08206172fdf 100644 --- a/lib/libcrypto/asn1/x_attrib.c +++ b/lib/libcrypto/asn1/x_attrib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x_attrib.c,v 1.20 2023/07/07 19:37:52 beck Exp $ */ +/* $OpenBSD: x_attrib.c,v 1.21 2023/07/28 13:30:07 jsg Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -64,19 +64,6 @@ #include "x509_local.h" -/* - * XXX - remove X509_ATTRIBUTE_SET_it with next major bump. - */ -const ASN1_ITEM X509_ATTRIBUTE_SET_it = { - .itype = ASN1_ITYPE_CHOICE, - .utype = 0, - .templates = NULL, - .tcount = 0, - .funcs = NULL, - .size = sizeof(X509_ATTRIBUTE), - .sname = "X509_ATTRIBUTE", -}; - static const ASN1_TEMPLATE X509_ATTRIBUTE_seq_tt[] = { { .flags = 0, -- 2.20.1