summaryrefslogtreecommitdiff
path: root/net-p2p/ctorrent/files/patch-btcontent.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /net-p2p/ctorrent/files/patch-btcontent.cpp
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'net-p2p/ctorrent/files/patch-btcontent.cpp')
-rw-r--r--net-p2p/ctorrent/files/patch-btcontent.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-p2p/ctorrent/files/patch-btcontent.cpp b/net-p2p/ctorrent/files/patch-btcontent.cpp
deleted file mode 100644
index 8fbd2ec0c7bd..000000000000
--- a/net-p2p/ctorrent/files/patch-btcontent.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- btcontent.cpp.orig Sun Feb 1 06:18:07 2004
-+++ btcontent.cpp Fri Feb 13 03:09:22 2004
-@@ -8,7 +8,11 @@
- #else
- #include <unistd.h>
- #include <sys/param.h>
-+#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD)
-+#include <sha.h>
-+#elif defined(HAVE_LIBSSL)
- #include <openssl/sha.h>
-+#endif
- #endif
-
- #include <time.h>