Simplify bn_print()
authortb <tb@openbsd.org>
Sun, 9 Jul 2023 18:35:52 +0000 (18:35 +0000)
committertb <tb@openbsd.org>
Sun, 9 Jul 2023 18:35:52 +0000 (18:35 +0000)
commit163b893348f7c93100c71a95de9b40574abcd1ec
tree29ef027b27172064bed2190ec5a4afee26a2e080
parentbeecfe2b5000324c1df621c4c33f83625c811183
Simplify bn_print()

We no longer need to do weird things as taking the length of the hex
string and jumping over a sign we didn't need.

ok jsing
lib/libcrypto/bn/bn_print.c