From: tb Date: Sun, 7 May 2023 07:11:50 +0000 (+0000) Subject: Remove a misplaced empty line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3c75eb12e4035abd299049e9903de6284a58c12d;p=openbsd Remove a misplaced empty line --- 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 * @@ -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 */