Split SHA1Transform() back into smaller pieces when compiling on landisk,
authormiod <miod@openbsd.org>
Tue, 29 Jul 2008 19:32:50 +0000 (19:32 +0000)
committermiod <miod@openbsd.org>
Tue, 29 Jul 2008 19:32:50 +0000 (19:32 +0000)
commit998e1ccf0ceb9fdefcae44f41704df9beac9280c
tree081f878063da7fd72f7d2bae29a075b94497b939
parent772812ee525dd4f84b3bca81644b76ed28bd2493
Split SHA1Transform() back into smaller pieces when compiling on landisk,
to defeat gcc optimization bugs. Similar to what had been done on sparc64
in the past.
ok millert@ deraadt@
lib/libc/hash/sha1.c