2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
authorSimon Josefsson <simon@josefsson.org>
Thu, 11 May 2006 07:33:27 +0000 (07:33 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 11 May 2006 07:33:27 +0000 (07:33 +0000)
commit11fdc4d4960ae648e9f921f007dcc2f239abd22b
tree43b8753e4c2a8b5b58d7dc43f8a6afd7623acf2d
parent707a7ac4b2eb3209fd1b67b1650a8fef5cf7c5e4
2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>

* md4.c (rol): Cast right-shift arg to uint32_t to prevent
unwanted sign propagation, e.g., on hosts with 64-bit int.
There still are some problems with reeelly weird theoretical hosts
(e.g., 33-bit int) but it's not worth worrying about now.
* sha1.c (rol): Likewise.
(K1, K2, K3, K4): Remove unnecessary L suffix.
lib/ChangeLog
lib/md4.c
lib/sha1.c