Commit 78a140ec authored by Rich Salz's avatar Rich Salz
Browse files

GH issue 572: Error in help message

parent f73c737c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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,