diff options
Diffstat (limited to 'client/mysqlimport.c')
-rw-r--r-- | client/mysqlimport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlimport.c b/client/mysqlimport.c index 688789ec436..afd3606b233 100644 --- a/client/mysqlimport.c +++ b/client/mysqlimport.c @@ -441,7 +441,7 @@ static MYSQL *db_connect(char *host, char *database, if (opt_local_file) mysql_options(mysql,MYSQL_OPT_LOCAL_INFILE, (char*) &opt_local_file); -#ifdef HAVE_OPENSSL +#ifdef HAVE_TLS if (opt_use_ssl) { mysql_ssl_set(mysql, opt_ssl_key, opt_ssl_cert, opt_ssl_ca, |