bio_enc: various basic cleanup
authortb <tb@openbsd.org>
Fri, 12 Apr 2024 11:10:34 +0000 (11:10 +0000)
committertb <tb@openbsd.org>
Fri, 12 Apr 2024 11:10:34 +0000 (11:10 +0000)
commit4365136d4e2a201819da54e3e3bc8e95c1301f8e
treedb7a38fb7046e034d5e4fea9946c0c29500e0de7
parente88627a6897b04f1951e1d2a84d79e9bcfbef537
bio_enc: various basic cleanup

Call a BIO bio rather than bi, a, or b; don't cast when assigning from
or to a (void *). Drop loads of silly redundant parentheses, use better
order of variable declarations.

No change in the generated assembly
lib/libcrypto/evp/bio_enc.c