Fixed error message since we require ALPN support.
This commit is contained in:
parent
e42e3a4fac
commit
357a15a649
@ -1426,7 +1426,7 @@ static void ssl_tls_trace(int direction, int ssl_ver, int content_type,
|
|||||||
&& !defined(OPENSSL_NO_TLSEXT)
|
&& !defined(OPENSSL_NO_TLSEXT)
|
||||||
# define HAS_ALPN
|
# define HAS_ALPN
|
||||||
#else
|
#else
|
||||||
# error http2 builds require OpenSSL with NPN or ALPN support
|
# error http2 builds require OpenSSL with ALPN support!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user