diff options
author | Paul C. Sutton <paul@openssl.org> | 1999-01-02 14:42:23 +0000 |
---|---|---|
committer | Paul C. Sutton <paul@openssl.org> | 1999-01-02 14:42:23 +0000 |
commit | e170a5c050b6bb84a353466975ac9532f439b33e (patch) | |
tree | ba03900553771e6cca014da236d9f286353b8776 /apps/sc.c | |
parent | 06d5b16225077cb45f7ef9b6f59837c54db02658 (diff) | |
download | openssl-new-e170a5c050b6bb84a353466975ac9532f439b33e.tar.gz |
Some more changes for renaming the binary from ssleay to openssl.
I wonder what eay.c is?
Diffstat (limited to 'apps/sc.c')
-rw-r--r-- | apps/sc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ static void sc_usage() BIO_printf(bio_err," -tls1 - just use TLSv1\n"); BIO_printf(bio_err," -no_tls1/-no_ssl3/-no_ssl2 - turn off that protocol\n"); BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n"); - BIO_printf(bio_err," -cipher - prefered cipher to use, use the 'ssleay ciphers'\n"); + BIO_printf(bio_err," -cipher - prefered cipher to use, use the 'openssl ciphers'\n"); BIO_printf(bio_err," command to see what is available\n"); } |