MXS-2483: Make server SSL private
The old server_ssl member is now renamed and private. The ssl_context and set_ssl_context methods provide access to it.
This commit is contained in:
@ -155,7 +155,7 @@ char* mxs_lestr_consume(uint8_t** c, size_t* size)
|
||||
|
||||
MYSQL* mxs_mysql_real_connect(MYSQL* con, SERVER* server, const char* user, const char* passwd)
|
||||
{
|
||||
mxs::SSLContext* ssl = server->server_ssl;
|
||||
mxs::SSLContext* ssl = server->ssl_context();
|
||||
|
||||
if (ssl)
|
||||
{
|
||||
|
Reference in New Issue
Block a user