From 357a15a6492ac0496abe952fae70aef7da017158 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 29 Oct 2014 01:37:18 +0100 Subject: Fixed error message since we require ALPN support. --- lib/vtls/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls') diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 87f88879c..ae33093cd 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 -- cgit v1.2.3