Some more changes for renaming the binary from ssleay to openssl.
authorPaul C. Sutton <paul@openssl.org>
Sat, 2 Jan 1999 14:42:23 +0000 (14:42 +0000)
committerPaul C. Sutton <paul@openssl.org>
Sat, 2 Jan 1999 14:42:23 +0000 (14:42 +0000)
I wonder what eay.c is?

apps/ca.c
apps/eay.c
apps/s_client.c
apps/s_server.c
apps/s_time.c
apps/sc.c
apps/speed.c

index 21592412ba64d78176be0cdfa7882f34cbff3fde..a66c872443abb82e8eed186340f01e43a7fa6c37 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -82,7 +82,7 @@
 #define PROG ca_main
 
 #define BASE_SECTION   "ca"
-#define CONFIG_FILE "lib/ssleay.cnf"
+#define CONFIG_FILE "lib/openssl.cnf"
 
 #define ENV_DEFAULT_CA         "default_ca"
 
index 37d5dcbd30875dcd548661e75f0374a50fad6957..7c3bae3bfb1342354a86588902bc2123e793fc34 100644 (file)
@@ -88,7 +88,7 @@
 
 #define MONOLITH
 
-#include "ssleay.c"
+#include "openssl.c"
 #include "apps.c"
 #include "asn1pars.c"
 #ifndef NO_RSA
index e0cb24500360d8704195eddffd04d3da28425923..e5d281ba3b2fe4c08d221589e50987b6fe30d387 100644 (file)
@@ -130,7 +130,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");
 
        }
index e96fd9cdb80c78f94ec9b618bb46599bb9d2f499..256636bc43e893e7efe0454b436c42ceabd5d1b9 100644 (file)
@@ -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");
index 02f54f9d84f14530c2436ce884ab077fc32bf1fa..56835925364975b44187f3d671e6fb9bbbec1fd9 100644 (file)
@@ -228,7 +228,7 @@ static void s_time_usage()
                 not specified but cert fill is.\n\
 -CApath arg   - PEM format directory of CA's\n\
 -CAfile arg   - PEM format file of CA's\n\
--cipher       - prefered cipher to use, play with 'ssleay ciphers'\n\n";
+-cipher       - prefered cipher to use, play with 'openssl ciphers'\n\n";
 
        printf( "usage: client <args>\n\n" );
 
index 0c00c37fc6050755abfd45cc8143cce5fe93f505..f6015e83290a58aab9f05d3a942b271acfab2db2 100644 (file)
--- a/apps/sc.c
+++ b/apps/sc.c
@@ -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");
 
        }
index 9e20b7217c2b57ae23c929d8c353e58453747125..1a1ae72c26f16565c18d84c6b2a89eff995a2909 100644 (file)
@@ -450,7 +450,7 @@ char **argv;
                        }
                else
 #endif
-                       if (strcmp(*argv,"ssleay") == 0) 
+                       if (strcmp(*argv,"openssl") == 0) 
                        {
                        RSA_set_default_method(RSA_PKCS1_SSLeay());
                        j--;