C
void TCPSSLHandshakeComplete( TCP_SOCKET hTCP );
Description
This function clears the flag indicating that an SSL handshake is complete.
Preconditions
TCP is initialized and hTCP is connected.
Parameters
Parameters |
Description |
hTCP |
TCP connection to set |
Returns
None
Remarks
This function should never be called by an application. It is used only by the SSL module itself.