Home
last modified time | relevance | path

Searched refs:patch_ssl_method (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c1293 static SSL_METHOD patch_ssl_method; variable
1334 os_memset(&patch_ssl_method, 0, sizeof(patch_ssl_method)); in curl_cb_ssl()
1335 patch_ssl_method.ssl_new = curl_patch_ssl_new; in curl_cb_ssl()
1337 ssl->method = &patch_ssl_method; in curl_cb_ssl()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dhttp_curl.c1293 static SSL_METHOD patch_ssl_method; variable
1334 os_memset(&patch_ssl_method, 0, sizeof(patch_ssl_method)); in curl_cb_ssl()
1335 patch_ssl_method.ssl_new = curl_patch_ssl_new; in curl_cb_ssl()
1337 ssl->method = &patch_ssl_method; in curl_cb_ssl()

Completed in 5 milliseconds