Moved the engine stuff from the root-level of the SessionHandle struct to the
UrlState sub-struct. Also made the engine_list exist for non-ssl builds to make curl build.
This commit is contained in:
@@ -183,7 +183,7 @@ CURLcode Curl_getinfo(struct SessionHandle *data, CURLINFO info, ...)
|
||||
break;
|
||||
case CURLINFO_SSL_ENGINES:
|
||||
Curl_SSL_engines_list(data);
|
||||
*param_slistp = data->engine_list;
|
||||
*param_slistp = data->state.engine_list;
|
||||
break;
|
||||
default:
|
||||
return CURLE_BAD_FUNCTION_ARGUMENT;
|
||||
|
Reference in New Issue
Block a user