Skip to content

Commit

Permalink
Fixed error message since we require ALPN support.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Oct 29, 2014
1 parent e42e3a4 commit 357a15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vtls/openssl.c
Expand Up @@ -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


Expand Down

0 comments on commit 357a15a

Please sign in to comment.