%p takes void*, so make sure to cast arguments to void*
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Oct 2016 07:07:06 +0000 (09:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Oct 2016 07:07:06 +0000 (09:07 +0200)
commitcdb203f49a555cbc94431e9d83df6c93208fb610
tree18013df628e233cb1f607cf43ed162e0d57be00b
parent0df1caa77b793d055714f4d78d9aac7a985babb8
%p takes void*, so make sure to cast arguments to void*

This avoids failures when configuring with --strict-warnings

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1749)
apps/s_cb.c