Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h166 char *ssl_ec_curves; member
Dtool_operate.c1440 if(config->ssl_ec_curves) in single_transfer()
1441 my_setopt_str(curl, CURLOPT_SSL_EC_CURVES, config->ssl_ec_curves); in single_transfer()
Dtool_getparam.c1782 GetStr(&config->ssl_ec_curves, nextarg); in getparameter()