author | Junio C Hamano <gitster@pobox.com> | |
Thu, 6 Aug 2009 20:52:58 +0000 (13:52 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 6 Aug 2009 20:56:45 +0000 (13:56 -0700) | ||
commit | fd536d3439fa2a06730884df31e2e98c9006c947 | |
tree | 8520d4baca7899254ef2bc749ca0d28e9d184c3b | tree | snapshot |
parent | b8e48a89b8f581eaf95b57782bb8e620ca30e968 | commit | diff |
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>
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 | diff | blob | history |