Ejemplo n.º 1
0
int32 sslCloseOsdep(void)
{
	psCloseMalloc();
#ifdef USE_MULTITHREADING
	pthread_mutexattr_destroy(&attr);
#endif
	close(randfd);
	close(urandfd);
	return 0;
}
Ejemplo n.º 2
0
/*
	sslClose
 */
int sslCloseOsdep(void)
{
	psCloseMalloc();
	return 0;
}
Ejemplo n.º 3
0
int32 sslCloseOsdep()
{
	CryptReleaseContext(hProv, 0);
	psCloseMalloc();
	return 0;
}