Saulius Zrelskis
2015-02-18 16:32:23 UTC
Hi Luiz,
In function INETSSLCONNECTFROMFD there are:
iPort = htons((u_short) hb_parni(2));
"iPort" not used further,
and
iRet = SSL_get_error(Socket->pSSL, iRet2);
"iRet" not used
Maybe work in progress...
Regards,
Saulius
In function INETSSLCONNECTFROMFD there are:
iPort = htons((u_short) hb_parni(2));
"iPort" not used further,
and
iRet = SSL_get_error(Socket->pSSL, iRet2);
"iRet" not used
Maybe work in progress...
Regards,
Saulius