diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-25 14:16:35 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-25 14:16:35 +0100 |
commit | 84a0890e6ef49b5d41a0b9ff0b5a5fe95cca6f3e (patch) | |
tree | e0df9e6f4e7b8e7b2f80f94531257f5c4839997b /apt-pkg/contrib/hashes.h | |
parent | d9b9e9e2495fa4cfd9f555cd51a394bad2f98894 (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.h | 3 |
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> |