diff options
| author | tb <> | 2024-03-02 08:55:38 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 08:55:38 +0000 |
| commit | 274e5d85569ce63c403a5d20e1555d9a59e431f4 (patch) | |
| tree | 82784bc6d724b69377310eb7b1947d28b7b16e73 /src | |
| parent | 17027bf166d57fb191521c6d69c09d596f5343dd (diff) | |
| download | openbsd-274e5d85569ce63c403a5d20e1555d9a59e431f4.tar.gz openbsd-274e5d85569ce63c403a5d20e1555d9a59e431f4.tar.bz2 openbsd-274e5d85569ce63c403a5d20e1555d9a59e431f4.zip | |
Remove DECLARE_STACK_OF(ASN1_STRING_TABLE)
Another remnant of the unused ASN1_STRING_TABLE extensibility goes away.
ok jsing
Diffstat (limited to 'src')
| -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 |
