CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/13 09:59:29
Modified files:
lib/libssl/src/crypto/bn: bn_print.c
Log message:
BN does support negative-zero -- BN_print() sets the standard here.
BN_bn2hex() had a 1-byte overflow when creating "-0\0". Reported to
me a while back by unknown person -- did not have enough experience
to push this through then.
advice from jsing, ok miod
