]> granicus.if.org Git - curl/commitdiff
Fixed error message since we require ALPN support.
authorGuenter Knauf <lists@gknw.net>
Wed, 29 Oct 2014 00:37:18 +0000 (01:37 +0100)
committerGuenter Knauf <lists@gknw.net>
Wed, 29 Oct 2014 00:37:18 +0000 (01:37 +0100)
lib/vtls/openssl.c

index 87f88879cc8f2394ae5a6cd8703f8f8c86e9babb..ae33093cd77904f61cd46ca3456fec21026511a1 100644 (file)
@@ -1426,7 +1426,7 @@ static void ssl_tls_trace(int direction, int ssl_ver, int content_type,
     && !defined(OPENSSL_NO_TLSEXT)
 #  define HAS_ALPN
 #else
-#  error http2 builds require OpenSSL with NPN or ALPN support
+#  error http2 builds require OpenSSL with ALPN support!
 #endif