bn_test: inline the only use of lst[]
authortb <tb@openbsd.org>
Fri, 7 Apr 2023 22:14:20 +0000 (22:14 +0000)
committertb <tb@openbsd.org>
Fri, 7 Apr 2023 22:14:20 +0000 (22:14 +0000)
commit4bbad1a51a1d8994c07e5718eb45e2d11111bbf1
tree9d082c7a7b86782b73fd9a062eabf4fad279ec29
parentccf4d05a4934071260420df6ad19e6629af985ac
bn_test: inline the only use of lst[]

lst[] can be converted from a bit string to a hex string. Use BN_hex2bn()
isntead of BN_bin2bn(). Handle this inside test_lshift() rather than doing
artistic ownership dances.
regress/lib/libcrypto/bn/bn_test.c