Hi, found this bug when using BIO_printf to print floats in "openssl speed". 

BIO_printf discards leading zeros in the fraction part of a float, e.g. 
BIO_printf(... , "%f", 12.002) will actually print "12.200000" which can
probably cause some confusion.

The included patch fixes it.

Best regards,
Henrik

-- 
Henrik Eriksson, SW developer, Axis Communications
http://www.axis.com  http://developer.axis.com

diff.patch

Reply via email to