diff options
Diffstat (limited to 'net/ctorrent/files/patch-btfiles.cpp')
-rw-r--r-- | net/ctorrent/files/patch-btfiles.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/ctorrent/files/patch-btfiles.cpp b/net/ctorrent/files/patch-btfiles.cpp deleted file mode 100644 index c11a75ab3e13..000000000000 --- a/net/ctorrent/files/patch-btfiles.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- btfiles.cpp.orig Sun Feb 1 06:33:16 2004 -+++ btfiles.cpp Fri Feb 13 03:10:57 2004 -@@ -8,7 +8,11 @@ - #include <unistd.h> - #include <dirent.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> |