summaryrefslogtreecommitdiff
path: root/sha1.h
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@debian.org>2015-11-08 13:02:54 +0000
committerDimitri John Ledkov <xnox@debian.org>2015-11-08 13:02:54 +0000
commitc6f707d07df73f3edcf9b8623a11fd9fa4b671bb (patch)
treec261768c914cc7e3dcb2d1cc15f5fe92a37be9ac /sha1.h
parent8570d1481d00f4e0699303f56f0d35e9b6878ec9 (diff)
quilty stuffdebian/3.3.4-1
Diffstat (limited to 'sha1.h')
-rw-r--r--sha1.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sha1.h b/sha1.h
index 999fc6a3..0f986585 100644
--- a/sha1.h
+++ b/sha1.h
@@ -22,7 +22,7 @@
#include <stdio.h>
-#if defined HAVE_LIMITS_H || _LIBC
+#if 1 /* defined HAVE_LIMITS_H || _LIBC */
# include <limits.h>
#endif
@@ -33,9 +33,9 @@
the resulting executable. Locally running cross-compiled executables
is usually not possible. */
-#ifdef _LIBC
-# include <sys/types.h>
-typedef u_int32_t sha1_uint32;
+#if 1 /* def _LIBC */
+# include <stdint.h>
+typedef uint32_t sha1_uint32;
typedef uintptr_t sha1_uintptr;
#else
# define INT_MAX_32_BITS 2147483647