From: tb Date: Fri, 24 Dec 2021 02:30:15 +0000 (+0000) Subject: KNF nit X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5ed1fc75102b44d4c4f995ffee554b173fd7ccef;p=openbsd KNF nit --- diff --git a/lib/libcrypto/x509/x509_asid.c b/lib/libcrypto/x509/x509_asid.c index 78141b3fb97..2b4f09d6e63 100644 --- a/lib/libcrypto/x509/x509_asid.c +++ b/lib/libcrypto/x509/x509_asid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_asid.c,v 1.27 2021/12/24 02:28:52 tb Exp $ */ +/* $OpenBSD: x509_asid.c,v 1.28 2021/12/24 02:30:15 tb Exp $ */ /* * Contributed to the OpenSSL Project by the American Registry for * Internet Numbers ("ARIN"). @@ -1128,7 +1128,7 @@ X509v3_asid_validate_path(X509_STORE_CTX *ctx) * Test whether chain covers extension. */ int -X509v3_asid_validate_resource_set(STACK_OF(X509)*chain, ASIdentifiers *ext, +X509v3_asid_validate_resource_set(STACK_OF(X509) *chain, ASIdentifiers *ext, int allow_inheritance) { if (ext == NULL)