apply !http + h3 fix to ngtcp2/quiche (untested)

This commit is contained in:
Viktor Szakats 2025-07-18 21:18:08 +02:00
parent 433c45d2df
commit c7cf70453b
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
#include "../curl_setup.h"
#if defined(USE_NGTCP2) && defined(USE_NGHTTP3)
#if !defined(CURL_DISABLE_HTTP) && defined(USE_NGTCP2) && defined(USE_NGHTTP3)
#include <ngtcp2/ngtcp2.h>
#include <nghttp3/nghttp3.h>

View file

@ -26,7 +26,7 @@
#include "../curl_setup.h"
#if defined(USE_NGTCP2) && defined(USE_NGHTTP3)
#if !defined(CURL_DISABLE_HTTP) && defined(USE_NGTCP2) && defined(USE_NGHTTP3)
#ifdef HAVE_NETINET_UDP_H
#include <netinet/udp.h>

View file

@ -24,7 +24,7 @@
#include "../curl_setup.h"
#ifdef USE_QUICHE
#if !defined(CURL_DISABLE_HTTP) && defined(USE_QUICHE)
#include <quiche.h>
#include <openssl/err.h>
#include <openssl/ssl.h>

View file

@ -26,7 +26,7 @@
#include "../curl_setup.h"
#ifdef USE_QUICHE
#if !defined(CURL_DISABLE_HTTP) && defined(USE_QUICHE)
#include <quiche.h>
#include <openssl/ssl.h>