예제 #1
0
파일: easy.c 프로젝트: bagobor/vs-curl-test
/* win32_cleanup() is for win32 socket cleanup functionality, the opposite
   of win32_init() */
static void win32_cleanup(void)
{
#ifdef USE_WINSOCK
  WSACleanup();
#endif
#ifdef USE_WINDOWS_SSPI
  Curl_sspi_global_cleanup();
#endif
}
예제 #2
0
void Curl_schannel_cleanup(void)
{
  Curl_sspi_global_cleanup();
}