p7zip.patch 285 B

1234567891011121314
  1. Index: 7zip/Crypto/RarAES/sha1.cpp
  2. --- 7zip/Crypto/RarAES/sha1.cpp.orig 2004-10-29 18:04:01 +0200
  3. +++ 7zip/Crypto/RarAES/sha1.cpp 2004-11-26 09:44:11 +0100
  4. @@ -4,6 +4,9 @@
  5. #include "StdAfx.h"
  6. #include "sha1.h"
  7. +#ifdef __FreeBSD__
  8. +#include <sys/endian.h>
  9. +#endif
  10. /*
  11. SHA-1 in C