CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/09 12:37:59
Modified files:
lib/libcrypto/bn: bn_convert.c bn_print.c
Log message:
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
