From 82fc1d9c28e834549f61e4c91b3f6bbdf4c48153 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 3 Feb 2000 02:56:48 +0000 Subject: Add new -notext option to 'ca', -pubkey option to spkac. Remove some "WTF??" casts from applications. Fixes to keep VC++ happy and avoid warnings. Docs tidy. --- apps/s_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_time.c') diff --git a/apps/s_time.c b/apps/s_time.c index 1653195b3f..c17ede4f41 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -632,7 +632,7 @@ static SSL *doConnection(SSL *scon) BIO_set_conn_hostname(conn,host); if (scon == NULL) - serverCon=(SSL *)SSL_new(tm_ctx); + serverCon=SSL_new(tm_ctx); else { serverCon=scon; -- cgit v1.2.3