summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/x509/x509_cpols.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_cpols.c b/src/lib/libcrypto/x509/x509_cpols.c
index bb09034ce0..bab2e99a93 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.10 2023/04/26 20:43:32 tb Exp $ */ 1/* $OpenBSD: x509_cpols.c,v 1.11 2023/04/26 20:54:21 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 */
@@ -222,7 +222,6 @@ static const ASN1_ADB_TABLE POLICYQUALINFO_adbtbl[] = {
222 .field_name = "d.cpsuri", 222 .field_name = "d.cpsuri",
223 .item = &ASN1_IA5STRING_it, 223 .item = &ASN1_IA5STRING_it,
224 }, 224 },
225
226 }, 225 },
227 { 226 {
228 .value = NID_id_qt_unotice, 227 .value = NID_id_qt_unotice,
@@ -233,7 +232,6 @@ static const ASN1_ADB_TABLE POLICYQUALINFO_adbtbl[] = {
233 .field_name = "d.usernotice", 232 .field_name = "d.usernotice",
234 .item = &USERNOTICE_it, 233 .item = &USERNOTICE_it,
235 }, 234 },
236
237 }, 235 },
238}; 236};
239 237