Revert the size_t modifications from HEAD that had led to more
[openssl.git] / ssl / s3_clnt.c
index fadb763f71f8d3c2084ca805eb307df96aa0968c..aae133429cba14997c7e5f57e7c827008d48d7b3 100644 (file)
@@ -1034,7 +1034,7 @@ int ssl3_get_server_certificate(SSL *s)
                    ? 0 : 1;
 
 #ifdef KSSL_DEBUG
-       printf("pkey,x = %p, %p\n", (void *)pkey,(void *)x);
+       printf("pkey,x = %p, %p\n", pkey,x);
        printf("ssl_cert_type(x,pkey) = %d\n", ssl_cert_type(x,pkey));
        printf("cipher, alg, nc = %s, %lx, %lx, %d\n", s->s3->tmp.new_cipher->name,
                s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);