CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/07/09 12:27:22

Modified files:
        lib/libcrypto/bn: bn_convert.c bn_local.h 

Log message:
Refactor BN_bn2hex()

Various outputting functions are variants of BN_bn2hex(). They do not
want a sign or they display the BIGNUM at nibble granularity instead
of byte granularity. So add this functionality to an internal variant
of BN_bn2hex().

with/ok jsing

Reply via email to