CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/07 00:41:59
Modified files:
lib/libcrypto/bn: bn_print.c
Log message:
Insert leading octet if high bit of first nibble is 1
The reason the function this replaces is called ASN1_bn_print() is that it
actually prints a representation of the ASN.1 encoding.
ok jsing
