We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a344d19 commit f52a85fCopy full SHA for f52a85f
src/options.c
@@ -37,6 +37,7 @@ void options_init(struct Options *opt) {
37
opt->curl_proxy = NULL;
38
opt->use_http_version = DEFAULT_HTTP_VERSION;
39
opt->stats_interval = 0;
40
+ opt->ca_info = NULL;
41
}
42
43
int options_parse_args(struct Options *opt, int argc, char **argv) {
0 commit comments