diff options
author | Guenter Knauf <lists@gknw.net> | 2014-10-29 01:37:18 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2014-10-29 01:37:18 +0100 |
commit | 357a15a6492ac0496abe952fae70aef7da017158 (patch) | |
tree | 272f6df4ad645177def182fdfcf3643c9937f1c7 | |
parent | e42e3a4facfca971b5e09e8351312946ccb25e79 (diff) |
Fixed error message since we require ALPN support.
-rw-r--r-- | lib/vtls/openssl.c | 2 |
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 |