CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2023/04/07 16:14:20

Modified files:
        regress/lib/libcrypto/bn: bn_test.c 

Log message:
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.

Reply via email to