aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
diff options
context:
space:
mode:
authorPaul C. Sutton <paul@openssl.org>1999-01-02 14:42:23 +0000
committerPaul C. Sutton <paul@openssl.org>1999-01-02 14:42:23 +0000
commite170a5c050b6bb84a353466975ac9532f439b33e (patch)
treeba03900553771e6cca014da236d9f286353b8776 /apps/s_server.c
parent06d5b16225077cb45f7ef9b6f59837c54db02658 (diff)
downloadopenssl-e170a5c050b6bb84a353466975ac9532f439b33e.tar.gz
Some more changes for renaming the binary from ssleay to openssl.
I wonder what eay.c is?
Diffstat (limited to 'apps/s_server.c')
-rw-r--r--apps/s_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index e96fd9cdb8..256636bc43 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -205,7 +205,7 @@ static void sv_usage()
BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n");
BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n");
BIO_printf(bio_err," -nocert - Don't use any certificates (Anon-DH)\n");
- BIO_printf(bio_err," -cipher arg - play with 'ssleay ciphers' to see what goes here\n");
+ BIO_printf(bio_err," -cipher arg - play with 'openssl ciphers' to see what goes here\n");
BIO_printf(bio_err," -quiet - No server output\n");
BIO_printf(bio_err," -no_tmp_rsa - Do not generate a tmp RSA key\n");
BIO_printf(bio_err," -ssl2 - Just talk SSLv2\n");