summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2016-11-06 10:17:49 +0000
committerbeck <>2016-11-06 10:17:49 +0000
commit6c2af0bc6bb2819e6535b735a34506f24c996592 (patch)
treef621a0ed5d8c01f8432cae38bf154c7e7e5741fc /src
parent6b2a2b502522f866715d2336e80d76737bf3781d (diff)
downloadopenbsd-6c2af0bc6bb2819e6535b735a34506f24c996592.tar.gz
openbsd-6c2af0bc6bb2819e6535b735a34506f24c996592.tar.bz2
openbsd-6c2af0bc6bb2819e6535b735a34506f24c996592.zip
Commit a reminder that the default is not the default. This needs to
be revisited. ok jsing@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/x509/x509_vpm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_vpm.c b/src/lib/libcrypto/x509/x509_vpm.c
index 20524cf221..c71eeccc4c 100644
--- a/src/lib/libcrypto/x509/x509_vpm.c
+++ b/src/lib/libcrypto/x509/x509_vpm.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_vpm.c,v 1.13 2016/11/06 09:28:25 bcook Exp $ */ 1/* $OpenBSD: x509_vpm.c,v 1.14 2016/11/06 10:17:49 beck 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 2004. 3 * project 2004.
4 */ 4 */
@@ -575,6 +575,7 @@ static const X509_VERIFY_PARAM default_table[] = {
575 { 575 {
576 .name = "default", 576 .name = "default",
577 .depth = 100, 577 .depth = 100,
578 .trust = 0, /* XXX This is not the default trust value */
578 .id = vpm_empty_id 579 .id = vpm_empty_id
579 }, 580 },
580 { 581 {