Commit 29749a8
committed
Fix libcurl deprecation warning (CURLOPT_PROTOCOLS)
The release uses static builds, but note that if we were to dynamically
link against an older version of libcurl without CURLOPT_PROTOCOLS_STR,
we would detect an error from the unknown option and abort the download
rather than allowing unsavory protocols.
Fixes #9291 parent 74aca10 commit 29749a8
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
175 | 178 | | |
| 179 | + | |
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
| |||
0 commit comments