BIO_debug_callback: Fix output on 64-bit machines
authorRichard Godbee <richard@godbee.net>
Sun, 21 Sep 2014 06:14:11 +0000 (02:14 -0400)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 Mar 2015 11:32:39 +0000 (12:32 +0100)
commit460e920d8a274e27aab36346eeda6685a42c3314
tree7912657df97d3834fb5d671df45748169a51de8f
parente1b568dd2462f7cacf98f3d117936c34e2849a6b
BIO_debug_callback: Fix output on 64-bit machines

BIO_debug_callback() no longer assumes the hexadecimal representation of
a pointer fits in 8 characters.

Signed-off-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/bio/bio_cb.c