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