Discussion:
[xHarbour-developers] contrib\tipssl\inetssl.c
Saulius Zrelskis
2015-02-18 16:32:23 UTC
Permalink
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

Loading...