You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../src/oidc_child/oidc_child_curl.c: In function ‘set_http_opts’:
../src/oidc_child/oidc_child_curl.c:125:5: warning: ‘CURLOPT_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations]
125 | res = curl_easy_setopt(curl_ctx, CURLOPT_PROTOCOLS, CURLPROTO_HTTPS);
| ^~~
In file included from ../src/oidc_child/oidc_child_curl.c:26:
/usr/include/curl/curl.h:1753:3: note: declared here
1753 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181,
| ^~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Since curl version 7.85.0 CURLOPT_PROTOCOLS is deprecated and should be
replaced by CURLOPT_PROTOCOLS_STR.
Resolves: #6922
Reviewed-by: Alexey Tikhonov <[email protected]>
Reviewed-by: Pavel Březina <[email protected]>
(cherry picked from commit a331140)
../src/oidc_child/oidc_child_curl.c: In function ‘set_http_opts’:
../src/oidc_child/oidc_child_curl.c:125:5: warning: ‘CURLOPT_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations]
125 | res = curl_easy_setopt(curl_ctx, CURLOPT_PROTOCOLS, CURLPROTO_HTTPS);
| ^~~
In file included from ../src/oidc_child/oidc_child_curl.c:26:
/usr/include/curl/curl.h:1753:3: note: declared here
1753 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181,
| ^~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: