Commit e170a5c0 authored by Paul C. Sutton's avatar Paul C. Sutton
Browse files

Some more changes for renaming the binary from ssleay to openssl.

I wonder what eay.c is?
parent 06d5b162
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"

+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@

#define MONOLITH

#include "ssleay.c"
#include "openssl.c"
#include "apps.c"
#include "asn1pars.c"
#ifndef NO_RSA
+1 −1
Original line number Diff line number Diff line
@@ -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");

	}
+1 −1
Original line number Diff line number Diff line
@@ -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");
+1 −1
Original line number Diff line number Diff line
@@ -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" );

Loading