mirror of
https://github.com/curl/curl.git
synced 2026-07-28 11:33:07 +03:00
apply !http + h3 fix to ngtcp2/quiche (untested)
This commit is contained in:
parent
433c45d2df
commit
c7cf70453b
4 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue