x509_asid: fix some KNF botches
authortb <tb@openbsd.org>
Mon, 19 Feb 2024 15:44:10 +0000 (15:44 +0000)
committertb <tb@openbsd.org>
Mon, 19 Feb 2024 15:44:10 +0000 (15:44 +0000)
commit660b594e8937827597ceeaef54149649184e3d42
treefaba8f8b1a93d6cdc79c3187551817fd3a7e0b69
parent5c424a15583b3295cc3093cecb5ef520e99a2573
x509_asid: fix some KNF botches

When this file was brought into KNF, a few things became particularly ugly.
This makes {a,b}{,_{min,max}} have function scope in canonize/is_canonical,
which removes unfortunate line wraps and some other silliness.

ok job
lib/libcrypto/x509/x509_asid.c