From a4d701a436e9a38137e75063feece227cab4df4e Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 08:55:38 +0000 Subject: Remove DECLARE_STACK_OF(ASN1_STRING_TABLE) Another remnant of the unused ASN1_STRING_TABLE extensibility goes away. ok jsing --- src/lib/libcrypto/asn1/asn1.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 35f03e0064..ae481cc383 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1.h,v 1.85 2024/03/02 08:54:02 tb Exp $ */ +/* $OpenBSD: asn1.h,v 1.86 2024/03/02 08:55:38 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -217,9 +217,6 @@ typedef struct asn1_string_table_st { unsigned long flags; } ASN1_STRING_TABLE; -/* XXX - unused. Remove in next major bump. */ -DECLARE_STACK_OF(ASN1_STRING_TABLE) - /* size limits: this stuff is taken straight from RFC2459 */ /* XXX - unused macros. A more complete version is in a_strnid.c. Remove? */ #define ub_name 32768 -- cgit v1.2.3-55-g6feb