Skip to content

wolfssl: fix to enable ALPN when available #17056

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

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Apr 15, 2025

wolfSSL headers publish the HAVE_ALPN macro to tell if it has ALPN
support compiled in. Use that instead of HAS_ALPN, which was never
set.

Follow-up to edd573d #16167

@vszakats vszakats requested a review from icing April 15, 2025 08:17
@vszakats vszakats closed this in 00e8ebf Apr 15, 2025
@vszakats vszakats deleted the wolfssl-alpn branch April 15, 2025 10:35
nbaws pushed a commit to nbaws/curl that referenced this pull request Apr 26, 2025
wolfSSL headers publish the `HAVE_ALPN` macro to tell if it has ALPN
support compiled in. Use that instead of `HAS_ALPN`, which was never
set.

Follow-up to edd573d curl#16167
Closes curl#17056
nbaws pushed a commit to nbaws/curl that referenced this pull request Apr 26, 2025
wolfSSL headers publish the `HAVE_ALPN` macro to tell if it has ALPN
support compiled in. Use that instead of `HAS_ALPN`, which was never
set.

Follow-up to edd573d curl#16167
Closes curl#17056
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