diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-05-28 00:30:23 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-05-28 00:30:23 +0200 |
commit | b99f8e8b4e9f4db55085367beedfec096bef0b98 (patch) | |
tree | 12a0eeec52562d5ccd97b9ed8cab4d63eb91cbe9 | |
parent | 345bfab518ae2dddb534a74080d3c38e9d9f39e9 (diff) |
gnutls: allow building with nghttp2 but without ALPN support
It might not be the most useful combo, but...
-rw-r--r-- | lib/vtls/gtls.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/vtls/gtls.c b/lib/vtls/gtls.c index 628ae2138..f77ce66c6 100644 --- a/lib/vtls/gtls.c +++ b/lib/vtls/gtls.c @@ -94,8 +94,6 @@ static bool gtls_inited = FALSE; # undef HAS_ALPN # if (GNUTLS_VERSION_NUMBER >= 0x030200) # define HAS_ALPN -# else -# error http2 builds require GnuTLS >= 3.2.0 for ALPN support # endif # endif #endif |