diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-11-28 17:11:23 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-29 01:08:37 +0100 |
commit | 875a9e54ba956dace823866bca7935f6ab8e8d06 (patch) | |
tree | 73d233368fc0bf328d6602f9337904379905ee98 /apt-pkg/contrib/hashes.h | |
parent | 20597fb843c52cddd108ebfb50108ccb662b687a (diff) |
doc: VerifyFile checks all hashes instead of best only
The implementation changed in
495b7a615a2d8f485beadf88c6ed298f5bbe50c2
Git-Dch: Ignore
Reported-By: Julian Andres Klode <jak@debian.org>
Diffstat (limited to 'apt-pkg/contrib/hashes.h')
-rw-r--r-- | apt-pkg/contrib/hashes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/hashes.h b/apt-pkg/contrib/hashes.h index b3f08535f..9bfc32c54 100644 --- a/apt-pkg/contrib/hashes.h +++ b/apt-pkg/contrib/hashes.h @@ -120,7 +120,7 @@ class HashStringList /** @return size of the list of HashStrings */ size_t size() const { return list.size(); } - /** take the 'best' hash and verify file with it + /** verify file against all hashes in the list * * @param filename to verify * @return true if the file matches the hashsum, otherwise false |