use 'p' as conversion specifier for printf to avoid truncation of
authorNils Larsch <nils@openssl.org>
Tue, 10 May 2005 11:57:19 +0000 (11:57 +0000)
committerNils Larsch <nils@openssl.org>
Tue, 10 May 2005 11:57:19 +0000 (11:57 +0000)
commitfcec4940724f37987fb1c7fa15d7ec54501c68eb
tree6596d1d6238c252639028e9c2a893ac74531897c
parent88f62fb98ac0d9cf15aadf0b96421fbbad544abb
use 'p' as conversion specifier for printf to avoid truncation of
pointers on 64 bit platforms. Patch supplied by Daniel Gryniewicz
via Mike Frysinger <vapier@gentoo.org>.

PR: 1064
ssl/ssltest.c