diff options
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 0816f2ac9a..d876b25b0b 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.81 2023/11/13 12:46:07 beck Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.82 2023/12/16 12:25:02 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,10 +217,11 @@ 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. */ | ||
220 | DECLARE_STACK_OF(ASN1_STRING_TABLE) | 221 | DECLARE_STACK_OF(ASN1_STRING_TABLE) |
221 | 222 | ||
222 | /* size limits: this stuff is taken straight from RFC2459 */ | 223 | /* size limits: this stuff is taken straight from RFC2459 */ |
223 | 224 | /* XXX - unused macros. A more complete version is in a_strnid.c. Remove? */ | |
224 | #define ub_name 32768 | 225 | #define ub_name 32768 |
225 | #define ub_common_name 64 | 226 | #define ub_common_name 64 |
226 | #define ub_locality_name 128 | 227 | #define ub_locality_name 128 |