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.
This commit is contained in:
Dr. Stephen Henson
2000-02-03 02:56:48 +00:00
parent 7999c65c9b
commit 82fc1d9c28
16 changed files with 80 additions and 46 deletions

View File

@@ -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;