Incorrect SSL function prototypes

Discussion to talk about software related topics only.
Post Reply
John.Ohl
Posts: 20
Joined: Mon Dec 03, 2012 7:00 pm

Incorrect SSL function prototypes

Post 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`.
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: Incorrect SSL function prototypes

Post 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
Dan Ciliske
Project Engineer
Netburner, Inc
Post Reply