artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda09dd
)
Remove a misplaced empty line
author
tb
<tb@openbsd.org>
Sun, 7 May 2023 07:11:50 +0000
(07:11 +0000)
committer
tb
<tb@openbsd.org>
Sun, 7 May 2023 07:11:50 +0000
(07:11 +0000)
lib/libcrypto/x509/x509_verify.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_verify.c
b/lib/libcrypto/x509/x509_verify.c
index
ccdf256
..
ca4814d
100644
(file)
--- a/
lib/libcrypto/x509/x509_verify.c
+++ b/
lib/libcrypto/x509/x509_verify.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509_verify.c,v 1.6
5 2023/04/28 16:50:16 beck
Exp $ */
+/* $OpenBSD: x509_verify.c,v 1.6
6 2023/05/07 07:11:50 tb
Exp $ */
/*
* Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
*
@@
-275,7
+275,6
@@
x509_verify_ctx_cert_is_root(struct x509_verify_ctx *ctx, X509 *cert,
cert)) != NULL) {
X509_free(match);
return x509_verify_check_chain_end(cert, full_chain);
-
}
} else {
/* Check the provided roots */