diff options
-rw-r--r-- | src/lib/libcrypto/x509/x509_vpm.c | 3 |
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 d4715228dc..5306fb8a54 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.22.4.1 2021/02/03 07:06:13 tb Exp $ */ | 1 | /* $OpenBSD: x509_vpm.c,v 1.22.4.2 2021/09/30 18:26:16 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 | */ |
@@ -596,6 +596,7 @@ static const X509_VERIFY_PARAM_ID _empty_id = { NULL }; | |||
596 | static const X509_VERIFY_PARAM default_table[] = { | 596 | static const X509_VERIFY_PARAM default_table[] = { |
597 | { | 597 | { |
598 | .name = "default", | 598 | .name = "default", |
599 | .flags = X509_V_FLAG_TRUSTED_FIRST, | ||
599 | .depth = 100, | 600 | .depth = 100, |
600 | .trust = 0, /* XXX This is not the default trust value */ | 601 | .trust = 0, /* XXX This is not the default trust value */ |
601 | .id = vpm_empty_id | 602 | .id = vpm_empty_id |