diff options
author | tb <> | 2023-12-16 12:25:02 +0000 |
---|---|---|
committer | tb <> | 2023-12-16 12:25:02 +0000 |
commit | bf181541021eedaddc0f1cd9bd41da06284915e5 (patch) | |
tree | ba2523ac00a55b909ffbfc43df012c87233e5cea /src | |
parent | 53ace7e6634d6d7b8d5a46a558729c7ff71bdc6c (diff) | |
download | openbsd-bf181541021eedaddc0f1cd9bd41da06284915e5.tar.gz openbsd-bf181541021eedaddc0f1cd9bd41da06284915e5.tar.bz2 openbsd-bf181541021eedaddc0f1cd9bd41da06284915e5.zip |
asn1.h: mark a type and a bunch of macros for removal
ok jsing
Diffstat (limited to 'src')
-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 |