Incorrect SSL function prototypes
Posted: Thu Mar 26, 2015 8:37 pm
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`.