diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1t.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1t.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1t.h b/src/lib/libcrypto/asn1/asn1t.h index a4d0aaccbe..82369d3de2 100644 --- a/src/lib/libcrypto/asn1/asn1t.h +++ b/src/lib/libcrypto/asn1/asn1t.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1t.h,v 1.17 2022/01/14 08:14:48 tb Exp $ */ | 1 | /* $OpenBSD: asn1t.h,v 1.18 2022/01/14 08:16:13 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -487,7 +487,6 @@ typedef struct ASN1_ADB_st ASN1_ADB; | |||
487 | struct ASN1_ADB_st { | 487 | struct ASN1_ADB_st { |
488 | unsigned long flags; /* Various flags */ | 488 | unsigned long flags; /* Various flags */ |
489 | unsigned long offset; /* Offset of selector field */ | 489 | unsigned long offset; /* Offset of selector field */ |
490 | STACK_OF(ASN1_ADB_TABLE) **app_items; /* Application defined items */ | ||
491 | const ASN1_ADB_TABLE *tbl; /* Table of possible types */ | 490 | const ASN1_ADB_TABLE *tbl; /* Table of possible types */ |
492 | long tblcount; /* Number of entries in tbl */ | 491 | long tblcount; /* Number of entries in tbl */ |
493 | const ASN1_TEMPLATE *default_tt; /* Type to use if no match */ | 492 | const ASN1_TEMPLATE *default_tt; /* Type to use if no match */ |