Reimplement BN_print() and BN_print_fp()
authortb <tb@openbsd.org>
Sun, 9 Jul 2023 18:37:58 +0000 (18:37 +0000)
committertb <tb@openbsd.org>
Sun, 9 Jul 2023 18:37:58 +0000 (18:37 +0000)
commitc38a592a1b12eb01d4ec5b18d4798399a59acc4b
treedcb7220180dcda7c0d743cfff1cf4bac646cad3f
parent163b893348f7c93100c71a95de9b40574abcd1ec
Reimplement BN_print() and BN_print_fp()

These can now use the internal version of BN_bn2hex() and be direct
wrappers of BIO_printf() and fprintf() as they should have been all
along.

ok jsing
lib/libcrypto/bn/bn_convert.c
lib/libcrypto/bn/bn_print.c