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