patch-btfiles_cpp 435 B

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