diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-02-10 21:35:49 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-02-10 21:35:49 +0000 |
commit | 5b3e99ddd1b4bf5b4f58eb915c76caf68c76cf8e (patch) | |
tree | ef7052dc698b7d2b21b8714ba00a7027eec0ac94 /net-im/gloox/files | |
parent | 75584afb6aa9c8b62cdb69d47e715d85d2c40b7b (diff) |
Notes
Diffstat (limited to 'net-im/gloox/files')
-rw-r--r-- | net-im/gloox/files/patch-src__tlsgnutlsclient.cpp | 24 |
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 c499a74e6dff..000000000000 --- 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, |