diff options
Diffstat (limited to 'test/hash.cc')
-rw-r--r-- | test/hash.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/hash.cc b/test/hash.cc index 259aa4e9a..88f09fca0 100644 --- a/test/hash.cc +++ b/test/hash.cc @@ -1,7 +1,6 @@ #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 <apt-pkg/strutl.h> #include <iostream> |