diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-12-16 12:25:03 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-12-16 12:25:03 +0000 |
commit | d7566513c4592c3d17a3d113a9c73dd4e2cb65c9 (patch) | |
tree | 81ac4b4acf0f7aba2a62216e6dca4c52c375347e /lib | |
parent | f3d5fe7d670674c50f759a59b05f56d335ab5e48 (diff) |
asn1.h: mark a type and a bunch of macros for removal
ok jsing
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/asn1/asn1.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/asn1/asn1.h b/lib/libcrypto/asn1/asn1.h index 0816f2ac9ab..d876b25b0b7 100644 --- a/lib/libcrypto/asn1/asn1.h +++ b/lib/libcrypto/asn1/asn1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1.h,v 1.81 2023/11/13 12:46:07 beck Exp $ */ +/* $OpenBSD: asn1.h,v 1.82 2023/12/16 12:25:02 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -217,10 +217,11 @@ 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 #define ub_common_name 64 #define ub_locality_name 128 |