diff options
-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 |