From: Guenter Knauf Date: Wed, 29 Oct 2014 00:37:18 +0000 (+0100) Subject: Fixed error message since we require ALPN support. X-Git-Tag: curl-7_39_0~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=357a15a6492ac0496abe952fae70aef7da017158;p=thirdparty%2Fcurl.git Fixed error message since we require ALPN support. --- diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 87f88879cc..ae33093cd7 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -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