Commit a533a95c authored by unknown's avatar unknown

libmysql.c:

  SLL -> SSL


libmysql/libmysql.c:
  SLL -> SSL
parent ce441534
...@@ -1763,7 +1763,7 @@ mysql_ssl_set(MYSQL *mysql __attribute__((unused)) , ...@@ -1763,7 +1763,7 @@ mysql_ssl_set(MYSQL *mysql __attribute__((unused)) ,
NB! Errors are not reported until you do mysql_real_connect. NB! Errors are not reported until you do mysql_real_connect.
**************************************************************************/ **************************************************************************/
#ifdef HAVE_OPENSLL #ifdef HAVE_OPENSSL
static void static void
mysql_ssl_free(MYSQL *mysql __attribute__((unused))) mysql_ssl_free(MYSQL *mysql __attribute__((unused)))
{ {
...@@ -1781,7 +1781,7 @@ mysql_ssl_free(MYSQL *mysql __attribute__((unused))) ...@@ -1781,7 +1781,7 @@ mysql_ssl_free(MYSQL *mysql __attribute__((unused)))
mysql->options.use_ssl = FALSE; mysql->options.use_ssl = FALSE;
mysql->connector_fd = 0; mysql->connector_fd = 0;
} }
#endif /* HAVE_OPENSLL */ #endif /* HAVE_OPENSSL */
/************************************************************************** /**************************************************************************
Connect to sql server Connect to sql server
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment