Commit fb0c640f authored by Serhiy Storchaka's avatar Serhiy Storchaka

Merge heads

parents cefbe249 9257eef1
...@@ -106,7 +106,7 @@ struct py_ssl_library_code { ...@@ -106,7 +106,7 @@ struct py_ssl_library_code {
#endif #endif
/* ALPN added in OpenSSL 1.0.2 */ /* ALPN added in OpenSSL 1.0.2 */
#if OPENSSL_VERSION_NUMBER >= 0x1000200fL && !defined(OPENSSL_NO_TLSEXT) #if !defined(LIBRESSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x1000200fL && !defined(OPENSSL_NO_TLSEXT)
# define HAVE_ALPN # define HAVE_ALPN
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment