aboutsummaryrefslogtreecommitdiffstats
path: root/apps
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
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')
-rw-r--r--apps/ca.c2
-rw-r--r--apps/eay.c2
-rw-r--r--apps/s_client.c2
-rw-r--r--apps/s_server.c2
-rw-r--r--apps/s_time.c2
-rw-r--r--apps/sc.c2
-rw-r--r--apps/speed.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 21592412ba..a66c872443 100644
--- 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"
diff --git a/apps/eay.c b/apps/eay.c
index 37d5dcbd30..7c3bae3bfb 100644
--- a/apps/eay.c
+++ b/apps/eay.c
@@ -88,7 +88,7 @@
#define MONOLITH
-#include "ssleay.c"
+#include "openssl.c"
#include "apps.c"
#include "asn1pars.c"
#ifndef NO_RSA
diff --git a/apps/s_client.c b/apps/s_client.c
index e0cb245003..e5d281ba3b 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -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");
}
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");
diff --git a/apps/s_time.c b/apps/s_time.c
index 02f54f9d84..5683592536 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -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" );
diff --git a/apps/sc.c b/apps/sc.c
index 0c00c37fc6..f6015e8329 100644
--- 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");
}
diff --git a/apps/speed.c b/apps/speed.c
index 9e20b7217c..1a1ae72c26 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -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--;