blob: e390083bb859c272af28a3c2e68c70310b2b1172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$Id$
--- ctorrent-dnh2.orig/btfiles.cpp 2006-01-02 03:41:21.000000000 +0100
+++ ctorrent-dnh2/btfiles.cpp 2007-01-22 23:46:13.000000000 +0100
@@ -8,12 +8,8 @@
#include <unistd.h>
#include <dirent.h>
#include <sys/param.h>
-#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD) || defined(HAVE_LIBCRYPTO)
-#include <sha.h>
-#elif defined(HAVE_LIBSSL)
#include <openssl/sha.h>
#endif
-#endif
#include <time.h>
#include <sys/stat.h>
|