000-compile.patch 314 B

1234567891011
  1. --- a/sha1.h
  2. +++ b/sha1.h
  3. @@ -26,8 +26,6 @@
  4. # include <limits.h>
  5. #endif
  6. -#include "ansidecl.h"
  7. -
  8. /* The following contortions are an attempt to use the C preprocessor
  9. to determine an unsigned integral type that is 32 bits wide. An
  10. alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but