]> git.ipfire.org Git - thirdparty/openssl.git/commit
v3_ncons: Fix difference args names in nc_match_single function
authorMaks Mishin <maks.mishinFZ@gmail.com>
Wed, 2 Oct 2024 04:29:04 +0000 (07:29 +0300)
committerTomas Mraz <tomas@openssl.org>
Fri, 4 Oct 2024 10:20:19 +0000 (12:20 +0200)
commit4f48629c9d791c9105f2d68f4a4d0b0085e8e0ca
treec500228cafc7b324126e194f9f62677b31ec61f4
parenta571425492f628cee57684d43f44b4ad3df74a9a
v3_ncons: Fix difference args names in nc_match_single function

The arguments of the `nc_match_single` function have different names
in the declaration and definition or are mixed up in places.

CLA: trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25592)
crypto/x509/v3_ncons.c