artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db68842
)
Zap trailing whitespace
author
tb
<tb@openbsd.org>
Wed, 26 Apr 2023 20:54:21 +0000
(20:54 +0000)
committer
tb
<tb@openbsd.org>
Wed, 26 Apr 2023 20:54:21 +0000
(20:54 +0000)
lib/libcrypto/x509/x509_cpols.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_cpols.c
b/lib/libcrypto/x509/x509_cpols.c
index
bb09034
..
bab2e99
100644
(file)
--- a/
lib/libcrypto/x509/x509_cpols.c
+++ b/
lib/libcrypto/x509/x509_cpols.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509_cpols.c,v 1.1
0 2023/04/26 20:43:32
tb Exp $ */
+/* $OpenBSD: x509_cpols.c,v 1.1
1 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,
},
-
},
};