Added SSL write and read functions.

This commit is contained in:
Markus Makela
2015-05-29 13:00:37 +03:00
parent f946a44620
commit 0f814d3e73
6 changed files with 726 additions and 81 deletions

View File

@ -137,7 +137,10 @@ void mysql_protocol_done (
goto retblock;
}
scmd = p->protocol_cmd_history;
if(p->ssl)
{
SSL_free(p->ssl);
}
while (scmd != NULL)
{
scmd2 = scmd->scom_next;