diff options
Diffstat (limited to 'common/hash_calculator.h')
-rw-r--r-- | common/hash_calculator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/hash_calculator.h b/common/hash_calculator.h index b7e4d86c..44261284 100644 --- a/common/hash_calculator.h +++ b/common/hash_calculator.h @@ -75,6 +75,7 @@ class HashCalculator { static off_t RawHashOfFile(const std::string& name, off_t length, brillo::Blob* out_hash); + static bool RawHashOfFile(const std::string& name, brillo::Blob* out_hash); private: // If non-empty, the final raw hash. Will only be set to non-empty when |