summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashes.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-02-25 14:16:35 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-02-25 14:16:35 +0100
commit84a0890e6ef49b5d41a0b9ff0b5a5fe95cca6f3e (patch)
treee0df9e6f4e7b8e7b2f80f94531257f5c4839997b /apt-pkg/contrib/hashes.h
parentd9b9e9e2495fa4cfd9f555cd51a394bad2f98894 (diff)
move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2_internal.{cc,h}
Diffstat (limited to 'apt-pkg/contrib/hashes.h')
-rw-r--r--apt-pkg/contrib/hashes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-pkg/contrib/hashes.h b/apt-pkg/contrib/hashes.h
index b3587e02a..4b6a08b1f 100644
--- a/apt-pkg/contrib/hashes.h
+++ b/apt-pkg/contrib/hashes.h
@@ -16,8 +16,7 @@
#include <apt-pkg/md5.h>
#include <apt-pkg/sha1.h>
-#include <apt-pkg/sha256.h>
-#include <apt-pkg/sha512.h>
+#include <apt-pkg/sha2.h>
#include <algorithm>
#include <vector>