curl_setup.h: drop stray/unused USE_OPENSSL_QUIC guard

Follow-up to 6aaac9dd38 #20226

Closes #21235
This commit is contained in:
Viktor Szakats 2026-04-05 21:14:45 +02:00
parent af08d642ea
commit 5fdb35a3bc
No known key found for this signature in database

View File

@ -1522,9 +1522,7 @@ int getpwuid_r(uid_t uid, struct passwd *pwd, char *buf,
#define USE_HTTP2
#endif
#if (defined(USE_NGTCP2) && defined(USE_NGHTTP3)) || \
(defined(USE_OPENSSL_QUIC) && defined(USE_NGHTTP3)) || \
defined(USE_QUICHE)
#if (defined(USE_NGTCP2) && defined(USE_NGHTTP3)) || defined(USE_QUICHE)
#ifdef CURL_WITH_MULTI_SSL
#error "MultiSSL combined with QUIC is not supported"