mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
libmysql.c:
SLL -> SSL libmysql/libmysql.c: SLL -> SSL
This commit is contained in:
@ -1763,7 +1763,7 @@ mysql_ssl_set(MYSQL *mysql __attribute__((unused)) ,
|
||||
NB! Errors are not reported until you do mysql_real_connect.
|
||||
**************************************************************************/
|
||||
|
||||
#ifdef HAVE_OPENSLL
|
||||
#ifdef HAVE_OPENSSL
|
||||
static void
|
||||
mysql_ssl_free(MYSQL *mysql __attribute__((unused)))
|
||||
{
|
||||
@ -1781,7 +1781,7 @@ mysql_ssl_free(MYSQL *mysql __attribute__((unused)))
|
||||
mysql->options.use_ssl = FALSE;
|
||||
mysql->connector_fd = 0;
|
||||
}
|
||||
#endif /* HAVE_OPENSLL */
|
||||
#endif /* HAVE_OPENSSL */
|
||||
|
||||
/**************************************************************************
|
||||
Connect to sql server
|
||||
|
Reference in New Issue
Block a user