summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-04-26 20:54:21 +0000
committertb <>2023-04-26 20:54:21 +0000
commit102ccf204a2664e54c596fdc47602e28b493842c (patch)
tree869a82512b92c0b0578b62d648e2b943835045f2 /src
parenta95e8f341f7588e710830df524b1f369fcd98831 (diff)
downloadopenbsd-102ccf204a2664e54c596fdc47602e28b493842c.tar.gz
openbsd-102ccf204a2664e54c596fdc47602e28b493842c.tar.bz2
openbsd-102ccf204a2664e54c596fdc47602e28b493842c.zip
Zap trailing whitespace
Diffstat (limited to 'src')
-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