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

build: support curl >= 7.62 #87

Merged
merged 1 commit into from
Nov 29, 2018
Merged

build: support curl >= 7.62 #87

merged 1 commit into from
Nov 29, 2018

Conversation

jengelh
Copy link
Contributor

@jengelh jengelh commented Nov 16, 2018

libs3 fails to build with 7.62 currently:

src/request.c: In function 'request_curl_code_to_status':
src/request.c:1703:5: error: duplicate case value
     case CURLE_SSL_CACERT:
src/request.c:1699:5: note: previously used here
     case CURLE_PEER_FAILED_VERIFICATION:

Caught by openSUSE.

libs3 fails to build with 7.62 currently:

    src/request.c: In function 'request_curl_code_to_status':
    src/request.c:1703:5: error: duplicate case value
         case CURLE_SSL_CACERT:
    src/request.c:1699:5: note: previously used here
         case CURLE_PEER_FAILED_VERIFICATION:
@bji bji merged commit 784f639 into bji:master Nov 29, 2018
@bji
Copy link
Owner

bji commented Nov 29, 2018

Thank you.

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