Added SSL write and read functions.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user