summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-03-02 08:55:38 +0000
committertb <>2024-03-02 08:55:38 +0000
commita4d701a436e9a38137e75063feece227cab4df4e (patch)
tree82784bc6d724b69377310eb7b1947d28b7b16e73
parentef375d49d18f0a2c367fd9ead5404a1512119ccf (diff)
downloadopenbsd-a4d701a436e9a38137e75063feece227cab4df4e.tar.gz
openbsd-a4d701a436e9a38137e75063feece227cab4df4e.tar.bz2
openbsd-a4d701a436e9a38137e75063feece227cab4df4e.zip
Remove DECLARE_STACK_OF(ASN1_STRING_TABLE)
Another remnant of the unused ASN1_STRING_TABLE extensibility goes away. ok jsing
-rw-r--r--src/lib/libcrypto/asn1/asn1.h5
1 files changed, 1 insertions, 4 deletions
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 @@
1/* $OpenBSD: asn1.h,v 1.85 2024/03/02 08:54:02 tb Exp $ */ 1/* $OpenBSD: asn1.h,v 1.86 2024/03/02 08:55:38 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -217,9 +217,6 @@ typedef struct asn1_string_table_st {
217 unsigned long flags; 217 unsigned long flags;
218} ASN1_STRING_TABLE; 218} ASN1_STRING_TABLE;
219 219
220/* XXX - unused. Remove in next major bump. */
221DECLARE_STACK_OF(ASN1_STRING_TABLE)
222
223/* size limits: this stuff is taken straight from RFC2459 */ 220/* size limits: this stuff is taken straight from RFC2459 */
224/* XXX - unused macros. A more complete version is in a_strnid.c. Remove? */ 221/* XXX - unused macros. A more complete version is in a_strnid.c. Remove? */
225#define ub_name 32768 222#define ub_name 32768