]> git.ipfire.org Git - thirdparty/git.git/commit
block-sha1: minor fixups
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Aug 2009 20:52:58 +0000 (13:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Aug 2009 20:56:45 +0000 (13:56 -0700)
commitfd536d3439fa2a06730884df31e2e98c9006c947
tree8520d4baca7899254ef2bc749ca0d28e9d184c3b
parentb8e48a89b8f581eaf95b57782bb8e620ca30e968
block-sha1: minor fixups

Bert Wesarg noticed non-x86 version of SHA_ROT() had a typo.
Also spell in-line assembly as __asm__(), otherwise I seem to get
error: implicit declaration of function 'asm' from my compiler.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
block-sha1/sha1.c