early-access version 2698

This commit is contained in:
pineappleEA
2022-04-24 22:29:35 +02:00
parent c96f949832
commit caa0c2911b
486 changed files with 37806 additions and 14362 deletions

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: pk7_asn1.c,v 1.12 2015/07/25 15:33:06 jsing Exp $ */
/* $OpenBSD: pk7_asn1.c,v 1.13 2022/01/14 08:16:13 tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2000.
*/
@@ -146,7 +146,6 @@ static const ASN1_ADB_TABLE PKCS7_adbtbl[] = {
static const ASN1_ADB PKCS7_adb = {
.flags = 0,
.offset = offsetof(PKCS7, type),
.app_items = 0,
.tbl = PKCS7_adbtbl,
.tblcount = sizeof(PKCS7_adbtbl) / sizeof(ASN1_ADB_TABLE),
.default_tt = &p7default_tt,