commit | f795123c4a846048ca246dcaff3bae581cc19770 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Thu May 12 22:39:42 2005 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Thu May 12 22:39:42 2005 +0000 |
tree | 079709ed49606454d67cbb2637a11c99843b9a54 | |
parent | c596c795bfdc2cd6b6d06e5cd972f5b2ff40ef9c [diff] [blame] |
Fix from stable branch.
diff --git a/ssl/ssltest.c b/ssl/ssltest.c index bbfbfc9..085456c 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c
@@ -1987,7 +1987,7 @@ fprintf(stderr, "In app_verify_callback, allowing cert. "); fprintf(stderr, "Arg is: %s\n", cb_arg->string); fprintf(stderr, "Finished printing do we have a context? 0x%p a cert? 0x%p\n", - ctx, ctx->cert); + (void *)ctx, (void *)ctx->cert); if (ctx->cert) s=X509_NAME_oneline(X509_get_subject_name(ctx->cert),buf,256); if (s != NULL)