C
static void SSLHashAlloc( BYTE * id );
Description
Allocates a hash for use.
Preconditions
None
Parameters
Parameters |
Description |
id |
Where to store the allocated ID |
Outputs |
id - Allocated hash ID, or SSL_INVALID_ID if none available |
Side Effects
None
Remarks
None