diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_vfy.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.c b/src/lib/libcrypto/x509/x509_vfy.c index 9392b1f41e..f6c7c21f5f 100644 --- a/src/lib/libcrypto/x509/x509_vfy.c +++ b/src/lib/libcrypto/x509/x509_vfy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_vfy.c,v 1.109 2022/12/01 05:20:30 tb Exp $ */ | 1 | /* $OpenBSD: x509_vfy.c,v 1.110 2022/12/26 07:18:53 jmc Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -312,7 +312,7 @@ X509_verify_cert_legacy_build_chain(X509_STORE_CTX *ctx, int *bad, int *out_ok) | |||
312 | if (ctx->untrusted != NULL) { | 312 | if (ctx->untrusted != NULL) { |
313 | /* | 313 | /* |
314 | * If we do not find a non-expired untrusted cert, peek | 314 | * If we do not find a non-expired untrusted cert, peek |
315 | * ahead and see if we can satisify this from the trusted | 315 | * ahead and see if we can satisfy this from the trusted |
316 | * store. If not, see if we have an expired untrusted cert. | 316 | * store. If not, see if we have an expired untrusted cert. |
317 | */ | 317 | */ |
318 | xtmp = find_issuer(ctx, sktmp, x, 0); | 318 | xtmp = find_issuer(ctx, sktmp, x, 0); |