aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2014-10-29 01:37:18 +0100
committerGuenter Knauf <lists@gknw.net>2014-10-29 01:37:18 +0100
commit357a15a6492ac0496abe952fae70aef7da017158 (patch)
tree272f6df4ad645177def182fdfcf3643c9937f1c7 /lib/vtls
parente42e3a4facfca971b5e09e8351312946ccb25e79 (diff)
Fixed error message since we require ALPN support.
Diffstat (limited to 'lib/vtls')
-rw-r--r--lib/vtls/openssl.c2
1 files changed, 1 insertions, 1 deletions
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