BN_bn2hex() returns "0" instead of "00" for zero. This disrputs the
authorRichard Levitte <levitte@openssl.org>
Fri, 11 Oct 2002 09:39:32 +0000 (09:39 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 11 Oct 2002 09:39:32 +0000 (09:39 +0000)
commita61050ad96d91466960bc49287f5d4ece0bd95fe
tree14d735b0765073dbbe8678186edc2a2666a88f78
parentbaaeac30366cc84341734cb2e63eae6696bfdd54
BN_bn2hex() returns "0" instead of "00" for zero.  This disrputs the
requirement that the serial number always be an even amount of characters.
PR: 248
apps/ca.c
apps/ocsp.c