diff options
author | unknown <salle@geopard.online.bg> | 2002-08-03 19:48:45 +0300 |
---|---|---|
committer | unknown <salle@geopard.online.bg> | 2002-08-03 19:48:45 +0300 |
commit | 5414ede22f90a40e0f47d84c5ed6c24cc7dd2cce (patch) | |
tree | 3949e2618aa30938498cf8e3b126da837cb60483 /include | |
parent | 0ebb78e8ef8fa1fc77ac8c9caeb8cbd37337030a (diff) | |
download | mariadb-git-5414ede22f90a40e0f47d84c5ed6c24cc7dd2cce.tar.gz |
Two small patches proposed by Paul DuBois
include/sslopt-usage.h:
Paul's patch for --ssl-xxx options for the --help message
scripts/mysqlhotcopy.sh:
Paul's patch for --port option
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'include')
-rw-r--r-- | include/sslopt-usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sslopt-usage.h b/include/sslopt-usage.h index 5b2b4a88709..406d94572b8 100644 --- a/include/sslopt-usage.h +++ b/include/sslopt-usage.h @@ -15,7 +15,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef OPEN_SSL +#ifdef HAVE_OPENSSL puts("\ --ssl Use SSL for connection (automatically set with other flags\n\ --ssl-key X509 key in PEM format (implies --ssl)\n\ |