summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2020-11-18 17:13:56 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2020-11-18 17:13:56 +0000
commitc22e8b01e5f68eff1adfec27e8b6efa9d3ff6d11 (patch)
tree94e113802e784d1f3288d871e926c89e21c4bad6 /lib
parentc8544afad07ff6bd5296db67ad3e05a832066599 (diff)
zap ugly empty line before closing brace
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/x509/x509_verify.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/x509/x509_verify.c b/lib/libcrypto/x509/x509_verify.c
index 763adda227e..76cc70a2040 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.22 2020/11/16 17:43:37 jsing Exp $ */
+/* $OpenBSD: x509_verify.c,v 1.23 2020/11/18 17:13:55 tb Exp $ */
/*
* Copyright (c) 2020 Bob Beck <beck@openbsd.org>
*
@@ -488,7 +488,6 @@ x509_verify_build_chains(struct x509_verify_ctx *ctx, X509 *cert,
ctx->error = (depth == 0) ?
X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN;
-
}
for (i = 0; i < sk_X509_num(ctx->roots); i++) {