]> git.tuebingen.mpg.de Git - osl.git/commit
Prepare hash_function() for multiple hash algorithms.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Apr 2017 13:12:44 +0000 (15:12 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 17 Jun 2020 20:30:31 +0000 (22:30 +0200)
commit6811bf3ef3f157e82c189f22e0b5cedd8a8ba1db
tree727605f7df852bec8fa249c7cd7fa92a9a318f77
parent53ef87d70bcddd1678edaeeeb5f4e0b0cb55c843
Prepare hash_function() for multiple hash algorithms.

In order to transparently support more than one hash function in the
future, we now pass the table version to hash_function(). The version
is always one at the moment, and only the sha1 hash is implemented
so far.
fsck.c
hash.h
osl.c
osl_core.h