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.
- Fix build error when curl is built with --with-quiche
and --with-ca-fallback.
- Add --with-ca-fallback to the quiche CI job.
Fixescurl#11850Closescurl#11847
ptitSeb
pushed a commit
to wasix-org/curl
that referenced
this issue
Sep 25, 2023
I did this
I am using CloudFlare's HomeBrew script to build a version of curl that includes HTTP3.
I am getting a build error for
curl_quiche.c - undeclared identifier 'ssl_ctx'
Here are some of the logs before the error.
I expected the following
The build should have completed successfully with a working version of
curl
with HTTP/3 support.curl/libcurl version
curl 8.2.0
operating system
macOS 13.5.2
The text was updated successfully, but these errors were encountered: