GH issue 572: Error in help message
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
		@@ -308,7 +308,7 @@ static void sc_usage(void)
 | 
			
		||||
               " -connect host:port - who to connect to (default is %s:%s)\n",
 | 
			
		||||
               SSL_HOST_NAME, PORT_STR);
 | 
			
		||||
    BIO_printf(bio_err,
 | 
			
		||||
               " -verify_host host - check peer certificate matches \"host\"\n");
 | 
			
		||||
               " -verify_hostname host - check peer certificate matches \"host\"\n");
 | 
			
		||||
    BIO_printf(bio_err,
 | 
			
		||||
               " -verify_email email - check peer certificate matches \"email\"\n");
 | 
			
		||||
    BIO_printf(bio_err,
 | 
			
		||||
 
 | 
			
		||||
@@ -498,7 +498,7 @@ static void sv_usage(void)
 | 
			
		||||
    BIO_printf(bio_err,
 | 
			
		||||
               " -accept arg   - port to accept on (default is %d)\n", PORT);
 | 
			
		||||
    BIO_printf(bio_err,
 | 
			
		||||
               " -verify_host host - check peer certificate matches \"host\"\n");
 | 
			
		||||
               " -verify_hostname host - check peer certificate matches \"host\"\n");
 | 
			
		||||
    BIO_printf(bio_err,
 | 
			
		||||
               " -verify_email email - check peer certificate matches \"email\"\n");
 | 
			
		||||
    BIO_printf(bio_err,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user