summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-12-24 02:30:15 +0000
committertb <>2021-12-24 02:30:15 +0000
commitd4102e70d7c1c33b07301056c2fef3e3c8cc12fe (patch)
tree710ec3fa899ea651ffc3ec84f9c472f998696488 /src
parentcff474799d36b37cdb84fdff7387665a63df7c03 (diff)
downloadopenbsd-d4102e70d7c1c33b07301056c2fef3e3c8cc12fe.tar.gz
openbsd-d4102e70d7c1c33b07301056c2fef3e3c8cc12fe.tar.bz2
openbsd-d4102e70d7c1c33b07301056c2fef3e3c8cc12fe.zip
KNF nit
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/x509/x509_asid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c
index 78141b3fb9..2b4f09d6e6 100644
--- a/src/lib/libcrypto/x509/x509_asid.c
+++ b/src/lib/libcrypto/x509/x509_asid.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_asid.c,v 1.27 2021/12/24 02:28:52 tb Exp $ */ 1/* $OpenBSD: x509_asid.c,v 1.28 2021/12/24 02:30:15 tb Exp $ */
2/* 2/*
3 * Contributed to the OpenSSL Project by the American Registry for 3 * Contributed to the OpenSSL Project by the American Registry for
4 * Internet Numbers ("ARIN"). 4 * Internet Numbers ("ARIN").
@@ -1128,7 +1128,7 @@ X509v3_asid_validate_path(X509_STORE_CTX *ctx)
1128 * Test whether chain covers extension. 1128 * Test whether chain covers extension.
1129 */ 1129 */
1130int 1130int
1131X509v3_asid_validate_resource_set(STACK_OF(X509)*chain, ASIdentifiers *ext, 1131X509v3_asid_validate_resource_set(STACK_OF(X509) *chain, ASIdentifiers *ext,
1132 int allow_inheritance) 1132 int allow_inheritance)
1133{ 1133{
1134 if (ext == NULL) 1134 if (ext == NULL)