summaryrefslogtreecommitdiff
path: root/debian/patches/71_hppa_unaligned_access_fix_458133.diff
diff options
context:
space:
mode:
authorArmin Berres <trigger+debian@space-based.de>2008-11-30 23:17:49 +0000
committerArmin Berres <trigger+debian@space-based.de>2008-11-30 23:17:49 +0000
commitc6857e17d2e54b2b874bbdb8ae3e08ede84cac10 (patch)
tree570b598cd103218c0281b59ab6847f21bcbf66d8 /debian/patches/71_hppa_unaligned_access_fix_458133.diff
parente0254b8993bbeadf89bb83376aa8e7b91fa52b7f (diff)
downloadqt4-x11-c6857e17d2e54b2b874bbdb8ae3e08ede84cac10.tar.gz
+++ Changes by Armin Berres:
* Fix offsets in all patches.
Diffstat (limited to 'debian/patches/71_hppa_unaligned_access_fix_458133.diff')
-rw-r--r--debian/patches/71_hppa_unaligned_access_fix_458133.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/71_hppa_unaligned_access_fix_458133.diff b/debian/patches/71_hppa_unaligned_access_fix_458133.diff
index 3d77bf8..4d22cbc 100644
--- a/debian/patches/71_hppa_unaligned_access_fix_458133.diff
+++ b/debian/patches/71_hppa_unaligned_access_fix_458133.diff
@@ -4,7 +4,7 @@ Fix unaligned access on hppa
--- a/src/3rdparty/sha1/sha1.cpp
+++ b/src/3rdparty/sha1/sha1.cpp
-@@ -151,10 +151,10 @@
+@@ -145,10 +145,10 @@ static inline void sha1ProcessChunk(Sha1
quint32 d = state->h3;
quint32 e = state->h4;
@@ -18,7 +18,7 @@ Fix unaligned access on hppa
for (int i = 0; i < 16; ++i)
chunk->words[i] = qFromBigEndian(chunk->words[i]);
-@@ -190,7 +190,7 @@
+@@ -184,7 +184,7 @@ static inline void sha1ProcessChunk(Sha1
// Wipe variables
#ifdef SHA1_WIPE_VARIABLES
a = b = c = d = e = 0;