Skip to content

Commit 8daf83b

Browse files
author
tb
committed
KNF for a brace and zap trailing blank line
1 parent 8dcdd62 commit 8daf83b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/libcrypto/x509/x509_verify.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: x509_verify.c,v 1.54 2021/11/24 05:38:12 beck Exp $ */
1+
/* $OpenBSD: x509_verify.c,v 1.55 2022/04/12 10:42:35 tb Exp $ */
22
/*
33
* Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
44
*
@@ -237,7 +237,8 @@ x509_verify_ctx_clear(struct x509_verify_ctx *ctx)
237237
}
238238

239239
static int
240-
x509_verify_cert_cache_extensions(X509 *cert) {
240+
x509_verify_cert_cache_extensions(X509 *cert)
241+
{
241242
if (!(cert->ex_flags & EXFLAG_SET)) {
242243
CRYPTO_w_lock(CRYPTO_LOCK_X509);
243244
x509v3_cache_extensions(cert);
@@ -1259,4 +1260,3 @@ x509_verify(struct x509_verify_ctx *ctx, X509 *leaf, char *name)
12591260

12601261
return 0;
12611262
}
1262-

0 commit comments

Comments
 (0)