MXS-2483: Take SSLContext into use

SSLContext is now used everywhere except the binlogrouter which still
allocates the contexts itself. Fixing the binlogrouter's misuse of
internal structures is a rather large undertaking and for this reason the
SSLContext will be taken into use there in a separate commit.
This commit is contained in:
Markus Mäkelä
2019-05-17 16:35:22 +03:00
parent 73796be9d6
commit 82add11e86
8 changed files with 24 additions and 171 deletions

View File

@ -1103,7 +1103,6 @@ const char* blr_get_event_description(ROUTER_INSTANCE* router, uint8_t event);
void blr_file_append(ROUTER_INSTANCE* router, char* file);
void blr_cache_response(ROUTER_INSTANCE* router, char* response, GWBUF* buf);
const char* blr_last_event_description(ROUTER_INSTANCE* router);
void blr_free_ssl_data(ROUTER_INSTANCE* inst);
extern bool blr_send_event(blr_thread_role_t role,
const char* binlog_name,