diff options
Diffstat (limited to '')
| -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 aaf0a57dcb..42ea6e72c9 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.26 2021/04/24 18:10:12 tb Exp $ */ | 1 | /* $OpenBSD: x509_vpm.c,v 1.27 2021/09/30 18:23:46 jsing 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 }; | |||
| 598 | static const X509_VERIFY_PARAM default_table[] = { | 598 | static 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 |
