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:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user