summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2907448d55..202b8ec645 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.25 2021/04/15 14:15:03 tb Exp $ */ 1/* $OpenBSD: x509_vpm.c,v 1.25.2.1 2021/09/30 18:25:43 deraadt 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 */
@@ -598,6 +598,7 @@ static const X509_VERIFY_PARAM_ID _empty_id = { NULL };
598static const X509_VERIFY_PARAM default_table[] = { 598static const X509_VERIFY_PARAM default_table[] = {
599 { 599 {
600 .name = "default", 600 .name = "default",
601 .flags = X509_V_FLAG_TRUSTED_FIRST,
601 .depth = 100, 602 .depth = 100,
602 .trust = 0, /* XXX This is not the default trust value */ 603 .trust = 0, /* XXX This is not the default trust value */
603 .id = vpm_empty_id 604 .id = vpm_empty_id