summaryrefslogtreecommitdiff
path: root/net/net6/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/net6/files')
-rw-r--r--net/net6/files/patch-inc__address.hpp14
-rw-r--r--net/net6/files/patch-src-encrypt.cpp14
2 files changed, 0 insertions, 28 deletions
diff --git a/net/net6/files/patch-inc__address.hpp b/net/net6/files/patch-inc__address.hpp
deleted file mode 100644
index e3131760a675..000000000000
--- a/net/net6/files/patch-inc__address.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- inc/address.hpp.orig 2011-09-10 17:59:50.000000000 +0300
-+++ inc/address.hpp 2014-01-06 17:32:36.000000000 +0200
-@@ -25,9 +25,10 @@
- #include <winsock2.h>
- #include <ws2tcpip.h>
- #else
-+#include <sys/types.h>
- #include <sys/socket.h>
--#include <netinet/in_systm.h>
- #include <netinet/in.h>
-+#include <netinet/in_systm.h>
- #include <netinet/ip.h>
- #endif
-
diff --git a/net/net6/files/patch-src-encrypt.cpp b/net/net6/files/patch-src-encrypt.cpp
deleted file mode 100644
index 8576190a1249..000000000000
--- a/net/net6/files/patch-src-encrypt.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/encrypt.cpp.orig 2011-09-28 11:15:10 UTC
-+++ src/encrypt.cpp
-@@ -175,10 +175,7 @@ net6::tcp_encrypted_socket_base::
- gnutls_session_t sess):
- tcp_client_socket(cobj), session(sess), state(DEFAULT)
- {
-- const int kx_prio[] = { GNUTLS_KX_ANON_DH, 0 };
--
-- gnutls_set_default_priority(session);
-- gnutls_kx_set_priority(session, kx_prio);
-+ gnutls_priority_set_direct(session, "NORMAL:-KX-ALL:+ANON-DH", NULL);
-
- gnutls_transport_set_ptr(
- session,