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

sha256: fix symbol collision between nettle (GnuTLS) and OpenSSL codepath #14515

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Aug 12, 2024

Fixes:

C:\vcpkg\installed\x64-windows\include\nettle\sha2.h(75,8): error C2011: 'sha256_ctx': 'struct' type redefinition

Ref: https://github.com/curl/curl/actions/runs/10341162641/job/28622681573?pr=14484#step:10:30

Cherry-picked from #14495
Closes #14515

```
C:\vcpkg\installed\x64-windows\include\nettle\sha2.h(75,8): error C2011: 'sha256_ctx': 'struct' type redefinition
```
Ref: https://github.com/curl/curl/actions/runs/10341162641/job/28622681573?pr=14484#step:10:30

Cherry-picked from curl#14495
Closes curl#14515
@vszakats vszakats changed the title sha256: avoid symbol collision between nettle (GnuTLS) and OpenSSL sha256: fix symbol collision between nettle (GnuTLS) and OpenSSL codepath Aug 12, 2024
@vszakats vszakats closed this in 28c12bc Aug 13, 2024
@vszakats vszakats deleted the multissl-sha-struct branch August 18, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant