remove ARM and Mozilla SHA1 implementations
commit30ae47b4cc19dce42f51b4fa378d315a71b08957
authorNicolas Pitre <nico@cam.org>
Tue, 18 Aug 2009 00:09:56 +0000 (17 20:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2009 21:19:40 +0000 (18 14:19 -0700)
tree5d0bed0e392fdc912422c3bc7026d35d2229b0ed
parente9c5dcd1313dd4e2f606419ce3d228c99fae2c40
remove ARM and Mozilla SHA1 implementations

They are both slower than the new BLK_SHA1 implementation, so it is
pointless to keep them around.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
arm/sha1.c [deleted file]
arm/sha1.h [deleted file]
arm/sha1_arm.S [deleted file]
block-sha1/sha1.c
block-sha1/sha1.h
configure.ac
mozilla-sha1/sha1.c [deleted file]
mozilla-sha1/sha1.h [deleted file]