예제 #1
0
void Curl_mbedtls_cleanup(void)
{
  (void)Curl_polarsslthreadlock_thread_cleanup();
}
예제 #2
0
파일: polarssl.c 프로젝트: sshyran/curl
static void Curl_polarssl_cleanup(void)
{
  (void)Curl_polarsslthreadlock_thread_cleanup();
}