summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__ssl_stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__ssl_stream.hpp')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__ssl_stream.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__ssl_stream.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__ssl_stream.hpp
deleted file mode 100644
index 14ffbc74bf39..000000000000
--- a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__ssl_stream.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/libtorrent/ssl_stream.hpp.orig 2008-10-21 17:07:26.000000000 +0900
-+++ include/libtorrent/ssl_stream.hpp 2009-04-19 05:19:42.000000000 +0900
-@@ -34,7 +34,7 @@
- #define TORRENT_SSL_STREAM_HPP_INCLUDED
-
- #include "libtorrent/socket.hpp"
--#if BOOST_VERSION < 103500
-+#if 1 // BOOST_VERSION < 103500
- #include <asio/ssl.hpp>
- #else
- #include <boost/asio/ssl.hpp>