mirror of
https://github.com/git/git.git
synced 2026-01-23 09:01:15 +00:00
fixup! http: add support for selecting SSL backends at runtime
Noticed by clang...
This commit is contained in:
2
http.c
2
http.c
@@ -934,7 +934,7 @@ void http_init(struct remote *remote, const char *url, int proactive_auth)
|
||||
http_ssl_backend);
|
||||
for (i = 0; backends[i]; i++)
|
||||
strbuf_addf(&buf, "\n\t%s", backends[i]->name);
|
||||
die(buf.buf);
|
||||
die("%s", buf.buf);
|
||||
case CURLSSLSET_NO_BACKENDS:
|
||||
die(_("Could not set SSL backend to '%s': "
|
||||
"cURL was built without SSL backends"),
|
||||
|
||||
Reference in New Issue
Block a user