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:34:27 +0000 (12:34 +0100)
commit93cb447df263a0ba91c09be679eef6b1523df4f4
treef3903ac127a26d3598a068a4d1a7534e59d54e81
parent521246e6085d5e1530c58ab8a50ce898d280ceed
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>
(cherry picked from commit 460e920d8a274e27aab36346eeda6685a42c3314)
crypto/bio/bio_cb.c