diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-05-07 07:11:51 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-05-07 07:11:51 +0000 |
commit | 7b815b30305fce83b284f6848de141c1e04c6103 (patch) | |
tree | ffd76ee2682981f8b2d3b85aef521c97612c192f /lib | |
parent | 2f7d50474fd442e33252976ff86f503ec04ba949 (diff) |
Remove a misplaced empty line
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/x509/x509_verify.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/x509/x509_verify.c b/lib/libcrypto/x509/x509_verify.c index ccdf256a1f7..ca4814d9380 100644 --- a/lib/libcrypto/x509/x509_verify.c +++ b/lib/libcrypto/x509/x509_verify.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_verify.c,v 1.65 2023/04/28 16:50:16 beck Exp $ */ +/* $OpenBSD: x509_verify.c,v 1.66 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 */ |