Page 1 of 1

Incorrect SSL function prototypes

Posted: Thu Mar 26, 2015 8:37 pm
by John.Ohl
The function prototypes `SSL_TcpGetLastRxTime` and `SSL_TcpSendKeepAlive` are defined in <crypto/ssl.h>, however the real functions are defined in ssl.cpp as `SSL_GetLastRxTime` and `SSL_SendKeepAlive`.

Re: Incorrect SSL function prototypes

Posted: Fri Mar 27, 2015 11:03 am
by dciliske
Indeed you are correct. I have no idea how/when this happened during the TLS update, but this has been corrected. The implementation now matches the header prototypes.

-Dan