Define new hash-size constants for allocating memory
commit5028bf628c7ebfb85d14ec7dc296b264a1c3bcd3
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 26 Mar 2017 16:01:23 +0000 (26 16:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Mar 2017 05:08:21 +0000 (26 22:08 -0700)
tree0bc67251ff72a4598bb06ee59a024d82997d0211
parent034667a458057ef1e571973a38ebbdf0045a63e9
Define new hash-size constants for allocating memory

Since we will want to transition to a new hash at some point in the
future, and that hash may be larger in size than 160 bits, introduce two
constants that can be used for allocating a sufficient amount of memory.
They can be increased to reflect the largest supported hash size.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h