fixup! http: add support for selecting SSL backends at runtime

Noticed by clang...
This commit is contained in:
Johannes Schindelin
2017-10-04 16:30:17 +02:00
parent 677819e434
commit dc85205db4

2
http.c
View File

@@ -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"),