diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-05 10:05:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:14 +0000 |
commit | 13970025c93b23ea19c4c8df3332001b1e0ff5b4 (patch) | |
tree | 3c6eda07524140813654b6a4b91fdce1ae6775f6 /community/xchat/libressl.patch | |
parent | 952a9cb21309541f8c5b140470b35125eb2f612e (diff) | |
download | aports-13970025c93b23ea19c4c8df3332001b1e0ff5b4.tar.bz2 aports-13970025c93b23ea19c4c8df3332001b1e0ff5b4.tar.xz |
community/xchat: rebuild against openssl 1.1
Diffstat (limited to 'community/xchat/libressl.patch')
-rw-r--r-- | community/xchat/libressl.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/community/xchat/libressl.patch b/community/xchat/libressl.patch deleted file mode 100644 index 3a971735dd..0000000000 --- a/community/xchat/libressl.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/common/ssl.c.orig 2016-03-30 20:54:51.193579450 +0200 -+++ b/src/common/ssl.c 2016-03-30 20:55:03.070579987 +0200 -@@ -70,7 +70,7 @@ - - SSLeay_add_ssl_algorithms (); - SSL_load_error_strings (); -- ctx = SSL_CTX_new (server ? SSLv3_server_method() : SSLv3_client_method ()); -+ ctx = SSL_CTX_new (server ? SSLv23_server_method() : SSLv23_client_method ()); - - SSL_CTX_set_session_cache_mode (ctx, SSL_SESS_CACHE_BOTH); - SSL_CTX_set_timeout (ctx, 300); -@@ -281,7 +281,7 @@ - __SSL_critical_error ("SSL_new"); - - SSL_set_fd (ssl, sd); -- if (ctx->method == SSLv3_client_method()) -+ if (ctx->method == SSLv23_client_method()) - SSL_set_connect_state (ssl); - else - SSL_set_accept_state(ssl); |