aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2015-02-11 05:35:49 +0800
committermadpilot <madpilot@FreeBSD.org>2015-02-11 05:35:49 +0800
commit70cb27b65d62ad17d91e6295b08045c6ee1393b5 (patch)
treeef7052dc698b7d2b21b8714ba00a7027eec0ac94 /net-im
parent40fd3f8014622ebfb9119f9f979ba6373609b2c9 (diff)
downloadfreebsd-ports-graphics-70cb27b65d62ad17d91e6295b08045c6ee1393b5.tar.gz
freebsd-ports-graphics-70cb27b65d62ad17d91e6295b08045c6ee1393b5.tar.zst
freebsd-ports-graphics-70cb27b65d62ad17d91e6295b08045c6ee1393b5.zip
Remove file I forgot to delete in previous commit.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gloox/files/patch-src__tlsgnutlsclient.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-im/gloox/files/patch-src__tlsgnutlsclient.cpp b/net-im/gloox/files/patch-src__tlsgnutlsclient.cpp
deleted file mode 100644
index c499a74e6df..00000000000
--- a/net-im/gloox/files/patch-src__tlsgnutlsclient.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/tlsgnutlsclient.cpp.orig
-+++ src/tlsgnutlsclient.cpp
-@@ -18,12 +18,6 @@
-
- #include <errno.h>
-
--#ifdef HAVE_PTHREAD
--extern "C" {
--GCRY_THREAD_OPTION_PTHREAD_IMPL;
--}
--#endif
--
- namespace gloox
- {
-
-@@ -48,8 +42,6 @@
- const std::string& /*clientCerts*/,
- const StringList& /*cacerts*/ )
- {
-- gcry_control( GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread );
--
- const int protocolPriority[] = {
- #ifdef GNUTLS_TLS1_2
- GNUTLS_TLS1_2,