aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vtls/openssl.c')
-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