Home
last modified time | relevance | path

Searched refs:Curl_ossl_shutdown (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/vtls/
Dopenssl.h64 int Curl_ossl_shutdown(struct connectdata *conn, int sockindex);
105 #define curlssl_shutdown(x,y) Curl_ossl_shutdown(x,y)
Dopenssl.c930 int Curl_ossl_shutdown(struct connectdata *conn, int sockindex) in Curl_ossl_shutdown() function