Loading apps/s_client.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -104,7 +104,7 @@ static int c_quiet=0; static void sc_usage() static void sc_usage() { { BIO_printf(bio_err,"usage: client args\n"); BIO_printf(bio_err,"usage: s_client args\n"); BIO_printf(bio_err,"\n"); BIO_printf(bio_err,"\n"); BIO_printf(bio_err," -host host - use -connect instead\n"); BIO_printf(bio_err," -host host - use -connect instead\n"); BIO_printf(bio_err," -port port - use -connect instead\n"); BIO_printf(bio_err," -port port - use -connect instead\n"); Loading apps/s_time.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -59,7 +59,7 @@ #define NO_SHUTDOWN #define NO_SHUTDOWN /*----------------------------------------- /*----------------------------------------- cntime - SSL client connection timer program s_time - SSL client connection timer program Written and donated by Larry Streepy <streepy@healthcare.com> Written and donated by Larry Streepy <streepy@healthcare.com> -----------------------------------------*/ -----------------------------------------*/ Loading Loading @@ -230,7 +230,7 @@ static void s_time_usage() -CAfile arg - PEM format file of CA's\n\ -CAfile arg - PEM format file of CA's\n\ -cipher - prefered cipher to use, play with 'openssl ciphers'\n\n"; -cipher - prefered cipher to use, play with 'openssl ciphers'\n\n"; printf( "usage: client <args>\n\n" ); printf( "usage: s_time <args>\n\n" ); printf("-connect host:port - host:port to connect to (default is %s)\n",SSL_CONNECT_NAME); printf("-connect host:port - host:port to connect to (default is %s)\n",SSL_CONNECT_NAME); #ifdef FIONBIO #ifdef FIONBIO Loading Loading
apps/s_client.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -104,7 +104,7 @@ static int c_quiet=0; static void sc_usage() static void sc_usage() { { BIO_printf(bio_err,"usage: client args\n"); BIO_printf(bio_err,"usage: s_client args\n"); BIO_printf(bio_err,"\n"); BIO_printf(bio_err,"\n"); BIO_printf(bio_err," -host host - use -connect instead\n"); BIO_printf(bio_err," -host host - use -connect instead\n"); BIO_printf(bio_err," -port port - use -connect instead\n"); BIO_printf(bio_err," -port port - use -connect instead\n"); Loading
apps/s_time.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -59,7 +59,7 @@ #define NO_SHUTDOWN #define NO_SHUTDOWN /*----------------------------------------- /*----------------------------------------- cntime - SSL client connection timer program s_time - SSL client connection timer program Written and donated by Larry Streepy <streepy@healthcare.com> Written and donated by Larry Streepy <streepy@healthcare.com> -----------------------------------------*/ -----------------------------------------*/ Loading Loading @@ -230,7 +230,7 @@ static void s_time_usage() -CAfile arg - PEM format file of CA's\n\ -CAfile arg - PEM format file of CA's\n\ -cipher - prefered cipher to use, play with 'openssl ciphers'\n\n"; -cipher - prefered cipher to use, play with 'openssl ciphers'\n\n"; printf( "usage: client <args>\n\n" ); printf( "usage: s_time <args>\n\n" ); printf("-connect host:port - host:port to connect to (default is %s)\n",SSL_CONNECT_NAME); printf("-connect host:port - host:port to connect to (default is %s)\n",SSL_CONNECT_NAME); #ifdef FIONBIO #ifdef FIONBIO Loading