diff options
| author | tb <> | 2022-01-14 08:16:13 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-14 08:16:13 +0000 |
| commit | ec5f7af843436771be5081c868e0fb0b44069ead (patch) | |
| tree | 74d6c4cd010903a61c401e87224b05cd978c67e0 /src/lib/libcrypto/x509/x509_cpols.c | |
| parent | 28d19dc05bbc3e8c5f366d16c78dd0d925631656 (diff) | |
| download | openbsd-ec5f7af843436771be5081c868e0fb0b44069ead.tar.gz openbsd-ec5f7af843436771be5081c868e0fb0b44069ead.tar.bz2 openbsd-ec5f7af843436771be5081c868e0fb0b44069ead.zip | |
Garbage collect the app_items field of ASN1_ADB
This is unused and was removed in OpenSSL 5b70372d when it was
replaced with an ASN.1 ADB callback (which we don't support).
ok inoguchi jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509_cpols.c')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_cpols.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_cpols.c b/src/lib/libcrypto/x509/x509_cpols.c index 54b7178cb1..93527a4366 100644 --- a/src/lib/libcrypto/x509/x509_cpols.c +++ b/src/lib/libcrypto/x509/x509_cpols.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_cpols.c,v 1.3 2022/01/08 07:25:52 tb Exp $ */ | 1 | /* $OpenBSD: x509_cpols.c,v 1.4 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 1999. | 3 | * project 1999. |
| 4 | */ | 4 | */ |
| @@ -233,7 +233,6 @@ static const ASN1_ADB_TABLE POLICYQUALINFO_adbtbl[] = { | |||
| 233 | static const ASN1_ADB POLICYQUALINFO_adb = { | 233 | static const ASN1_ADB POLICYQUALINFO_adb = { |
| 234 | .flags = 0, | 234 | .flags = 0, |
| 235 | .offset = offsetof(POLICYQUALINFO, pqualid), | 235 | .offset = offsetof(POLICYQUALINFO, pqualid), |
| 236 | .app_items = 0, | ||
| 237 | .tbl = POLICYQUALINFO_adbtbl, | 236 | .tbl = POLICYQUALINFO_adbtbl, |
| 238 | .tblcount = sizeof(POLICYQUALINFO_adbtbl) / sizeof(ASN1_ADB_TABLE), | 237 | .tblcount = sizeof(POLICYQUALINFO_adbtbl) / sizeof(ASN1_ADB_TABLE), |
| 239 | .default_tt = &policydefault_tt, | 238 | .default_tt = &policydefault_tt, |
