renames for init free functions
This commit is contained in:
parent
de1be18a7e
commit
9f0ceea6c7
@ -294,7 +294,7 @@ static int SessionCount = 0;
|
||||
/* Initialize overall Sniffer */
|
||||
void ssl_InitSniffer(void)
|
||||
{
|
||||
InitCyaSSL();
|
||||
CyaSSL_Init();
|
||||
InitMutex(&ServerListMutex);
|
||||
InitMutex(&SessionMutex);
|
||||
}
|
||||
@ -382,7 +382,7 @@ void ssl_FreeSniffer(void)
|
||||
|
||||
FreeMutex(&SessionMutex);
|
||||
FreeMutex(&ServerListMutex);
|
||||
FreeCyaSSL();
|
||||
CyaSSL_Cleanup();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user