summaryrefslogtreecommitdiff
path: root/debian/patches/sha1-includes.diff
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2013-09-17 20:09:47 +0400
committerMichael Tokarev <mjt@tls.msk.ru>2013-09-17 20:10:24 +0400
commitfc5fb244e6e339a81574e027ccd803e60f8423a8 (patch)
treec85f18507af2980ffa1c57b47086fbc7986491b6 /debian/patches/sha1-includes.diff
parent5b15ea82733973ad2527fdcdb0359caa3d8bd060 (diff)
adopt new upstream 3.3 release
Diffstat (limited to 'debian/patches/sha1-includes.diff')
-rw-r--r--debian/patches/sha1-includes.diff9
1 files changed, 2 insertions, 7 deletions
diff --git a/debian/patches/sha1-includes.diff b/debian/patches/sha1-includes.diff
index 526e1db2..0dfd7daf 100644
--- a/debian/patches/sha1-includes.diff
+++ b/debian/patches/sha1-includes.diff
@@ -16,7 +16,7 @@ any guesses.
--- a/sha1.h
+++ b/sha1.h
-@@ -22,12 +22,10 @@
+@@ -22,7 +22,7 @@
#include <stdio.h>
@@ -25,12 +25,7 @@ any guesses.
# include <limits.h>
#endif
--#include "ansidecl.h"
--
- /* The following contortions are an attempt to use the C preprocessor
- to determine an unsigned integral type that is 32 bits wide. An
- alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but
-@@ -35,9 +33,9 @@
+@@ -33,9 +33,9 @@
the resulting executable. Locally running cross-compiled executables
is usually not possible. */