summaryrefslogtreecommitdiff
path: root/irc/hexchat/files/patch-src__common__server.c
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-07 17:53:56 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-07 17:53:56 +0000
commit71c19b1917c59e68f8ebc51911bd9c6e809134b4 (patch)
treece85061900b6c489e06ec7f0fff4c86db56153dd /irc/hexchat/files/patch-src__common__server.c
parentlang/mono5.20: enable on powerpc64le (diff)
irc/hexchat: update to 2.16.0
Diffstat (limited to 'irc/hexchat/files/patch-src__common__server.c')
-rw-r--r--irc/hexchat/files/patch-src__common__server.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/hexchat/files/patch-src__common__server.c b/irc/hexchat/files/patch-src__common__server.c
deleted file mode 100644
index fd3fd906f47e..000000000000
--- a/irc/hexchat/files/patch-src__common__server.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/server.c.orig 2018-08-29 16:41:08 UTC
-+++ src/common/server.c
-@@ -748,7 +748,7 @@ server_connect_success (server *serv)
-
- /* it'll be a memory leak, if connection isn't terminated by
- server_cleanup() */
-- if ((err = _SSL_set_verify (serv->ctx, ssl_cb_verify, NULL)))
-+ if ((err = _SSL_set_verify (serv->ctx, ssl_cb_verify, "%%CA_BUNDLE%%")))
- {
- EMIT_SIGNAL (XP_TE_CONNFAIL, serv->server_session, err, NULL,
- NULL, NULL, 0);