Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dsectransp.c1301 long max_supported_version_by_os; in set_ssl_version_min_max() local
1308 max_supported_version_by_os = CURL_SSLVERSION_MAX_TLSv1_3; in set_ssl_version_min_max()
1311 max_supported_version_by_os = CURL_SSLVERSION_MAX_TLSv1_2; in set_ssl_version_min_max()
1314 max_supported_version_by_os = CURL_SSLVERSION_MAX_TLSv1_2; in set_ssl_version_min_max()
1328 ssl_version_max = max_supported_version_by_os; in set_ssl_version_min_max()