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:21 +0000 (12:34 +0100)
commit5a9e9669d8073ddc5efeea08f3daee42509b2aa7
tree0fa4697d8cdfc8b87ad067ecbc799e516e05d933
parent2b31fcc0b5e7329e13806822a5709dbd51c5c8a4
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