summaryrefslogtreecommitdiff
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorsteve <steve>2000-02-03 02:56:24 +0000
committersteve <steve>2000-02-03 02:56:24 +0000
commitf9985395bdeb420805388bb0cf991424ecef6d57 (patch)
treee17d04dd6556e1c65fd72a92fb6040449ae33be2 /apps/s_client.c
parented6b80711e5b77567fcbdb384c085020ad4df8c1 (diff)
downloadopenssl-f9985395bdeb420805388bb0cf991424ecef6d57.tar.gz
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.
Diffstat (limited to 'apps/s_client.c')
-rw-r--r--apps/s_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index c9b52e6a9..0e158121c 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -376,7 +376,7 @@ bad:
}
- con=(SSL *)SSL_new(ctx);
+ con=SSL_new(ctx);
/* SSL_set_cipher_list(con,"RC4-MD5"); */
re_start: