Fix the size of the hash array when checking sig hashes
authorJonathan McDowell <noodles@earth.li>
Sat, 14 Jul 2012 19:20:27 +0000 (13:20 -0600)
committerJonathan McDowell <noodles@earth.li>
Sat, 14 Jul 2012 19:20:27 +0000 (13:20 -0600)
It was only 20 bytes - big enough for SHA1, but not when the larger
SHA2 hashes are available in nettle. This allows up to SHA512.


No differences found