C
static void SSLRxCCS( TCP_SOCKET hTCP );
Description
Receives a ChangeCipherSpec from the remote server
Preconditions
sslStub is synchronized.
Parameters
Parameters |
Description |
hTCP |
the TCP Socket to read from |
Returns
None
Side Effects
None
Remarks
None