Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CURLOPT_REDIR_PROTOCOLS_STR when curl >= 7.85.0 #48

Merged
merged 1 commit into from
Nov 11, 2023
Merged

Use CURLOPT_REDIR_PROTOCOLS_STR when curl >= 7.85.0 #48

merged 1 commit into from
Nov 11, 2023

Conversation

babelouest
Copy link
Contributor

The patch fixes oauth2_http_call in src/http.c for newer version of curl, where the options CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS need to be replaced with CURLOPT_REDIR_PROTOCOLS_STR and CURLOPT_PROTOCOLS_STR

See https://curl.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS.html#AVAILABILITY

@zandbelt zandbelt merged commit 6851bb3 into OpenIDC:master Nov 11, 2023
6 checks passed
@babelouest babelouest deleted the curl-http-https branch November 14, 2023 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants