use 'p' as conversion specifier for printf to avoid truncation of
authorNils Larsch <nils@openssl.org>
Tue, 10 May 2005 11:55:28 +0000 (11:55 +0000)
committerNils Larsch <nils@openssl.org>
Tue, 10 May 2005 11:55:28 +0000 (11:55 +0000)
commit35e8510e60ef0b033b304289db28a3cb19c6cbdd
tree67189eaa4e02ca369784aaa449c3f9efd7a2b3b9
parent8b15c740180725e3e1e71ff619151840cdec46a5
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