diff options
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 5 |
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. */ | ||
221 | DECLARE_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 |