patch-btcontent_cpp 425 B

12345678910111213141516
  1. $Id$
  2. --- ctorrent-dnh2.orig/btcontent.cpp 2006-01-02 03:40:49.000000000 +0100
  3. +++ ctorrent-dnh2/btcontent.cpp 2007-01-22 23:43:50.000000000 +0100
  4. @@ -9,12 +9,8 @@
  5. #else
  6. #include <unistd.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>