]> git.ozlabs.org Git - ccan/commitdiff
tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Aug 2011 05:57:16 +0000 (15:27 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Aug 2011 05:57:16 +0000 (15:27 +0930)
This means converting the tdb1 inbuilt hash functions to the
tdb2-style, so they return 64 bit.  We truncate to 32 bit everywhere
but in tdb_check() which needs to do so explicitly.


No differences found