diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-02-01T16·48+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-02-01T16·48+0000 |
commit | 8291f6d96845163850a2451fff4a03a292fa71b6 (patch) | |
tree | 62609f683f51d883c5a710acff0272eca5a085d5 /src/libutil/hash.hh | |
parent | 9e4ffc43a2a6b67643765efd48198f218fcf0530 (diff) |
* bsdiff updated to 4.3. This makes Nix depend on libbz2.
Diffstat (limited to 'src/libutil/hash.hh')
-rw-r--r-- | src/libutil/hash.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/hash.hh b/src/libutil/hash.hh index 0a0dfed7eefe..97466cf9ef1a 100644 --- a/src/libutil/hash.hh +++ b/src/libutil/hash.hh @@ -66,7 +66,7 @@ Hash hashString(HashType ht, const string & s); Hash hashFile(HashType ht, const Path & path); /* Compute the hash of the given path. The hash is defined as - md5(dump(path)). */ + (essentially) hashString(ht, dumpPath(path)). */ Hash hashPath(HashType ht, const Path & path); /* Compress a hash to the specified number of bytes by cyclically |