diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-16 21:16:15 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-16 21:16:15 +0200 |
commit | 4bbffb86b668e067bf930ae8a57aebc4afa33de5 (patch) | |
tree | cd539151f4d59b676be4f6d07f7e42b833ef350b /debian | |
parent | eb2bc4f206faf5b8c67f09f3a92b3dea453e2b87 (diff) |
* apt-pkg/contrib/sha256.cc:
The patch below fixes the problem by open-coding the ntohl() call and
combining it with a byte-by-byte load of the 32-bit word.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/compat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/compat b/debian/compat index 00750edc0..7ed6ff82d 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -3 +5 |