block-sha1: macroize the rounds a bit further
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Aug 2009 14:20:54 +0000 (07:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Aug 2009 20:56:45 +0000 (13:56 -0700)
Avoid repeating the shared parts of the different rounds by adding a
macro layer or two. It was already more cpp than C.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found