summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_purp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_purp.c')
-rw-r--r--src/lib/libcrypto/x509/x509_purp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_purp.c b/src/lib/libcrypto/x509/x509_purp.c
index d2e9277013..619a4b890a 100644
--- a/src/lib/libcrypto/x509/x509_purp.c
+++ b/src/lib/libcrypto/x509/x509_purp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_purp.c,v 1.42 2024/05/15 18:10:03 tb Exp $ */ 1/* $OpenBSD: x509_purp.c,v 1.43 2024/07/12 18:15:10 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 2001. 3 * project 2001.
4 */ 4 */
@@ -150,7 +150,7 @@ static const X509_PURPOSE xstandard[] = {
150 }, 150 },
151 { 151 {
152 .purpose = X509_PURPOSE_ANY, 152 .purpose = X509_PURPOSE_ANY,
153 .trust = X509_TRUST_DEFAULT, 153 .trust = X509_TRUST_ACCEPT_ALL,
154 .check_purpose = no_check, 154 .check_purpose = no_check,
155 .name = "Any Purpose", 155 .name = "Any Purpose",
156 .sname = "any", 156 .sname = "any",