re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)
authorKai Tietz <ktietz@gcc.gnu.org>
Thu, 31 Jan 2013 08:17:58 +0000 (09:17 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Thu, 31 Jan 2013 08:17:58 +0000 (09:17 +0100)
commit1d77deec05e3401fba2cca8e7907c2a27f2bdeed
tree49c6f180c850d0464caca7e25defd0f5de196ac3
parent4cfc6e54ba9dd2f53da6e679224706e2fbb0e66e
re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)

PR other/54620
* sha1.c (sha1_process_block):  Handle case that size_t is
a wider-integer-scalar as a 32-bit unsigned integer.

From-SVN: r195604
libiberty/sha1.c