diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-26 20:54:22 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-26 20:54:22 +0000 |
commit | 029c38c3cd97354e838229dfbea91fc24ad35c8e (patch) | |
tree | 39c4b2952b555884ba63db4420e3fa34aff8f1cb /lib/libcrypto/x509 | |
parent | 05a49b33021bdb8308d7fac330dbbb5ec1878208 (diff) |
Zap trailing whitespace
Diffstat (limited to 'lib/libcrypto/x509')
-rw-r--r-- | lib/libcrypto/x509/x509_cpols.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/x509/x509_cpols.c b/lib/libcrypto/x509/x509_cpols.c index bb09034ce0a..bab2e99a934 100644 --- a/lib/libcrypto/x509/x509_cpols.c +++ b/lib/libcrypto/x509/x509_cpols.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_cpols.c,v 1.10 2023/04/26 20:43:32 tb Exp $ */ +/* $OpenBSD: x509_cpols.c,v 1.11 2023/04/26 20:54:21 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -222,7 +222,6 @@ static const ASN1_ADB_TABLE POLICYQUALINFO_adbtbl[] = { .field_name = "d.cpsuri", .item = &ASN1_IA5STRING_it, }, - }, { .value = NID_id_qt_unotice, @@ -233,7 +232,6 @@ static const ASN1_ADB_TABLE POLICYQUALINFO_adbtbl[] = { .field_name = "d.usernotice", .item = &USERNOTICE_it, }, - }, }; |