From cef661fc799a3a13ffdea4a3f69f1acd295de53d Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 21 Apr 2005 12:33:22 -0700 Subject: Add support for alternate SHA1 library implementations. This one includes the Mozilla SHA1 implementation sent in by Edgar Toernig. It's dual-licenced under MPL-1.1 or GPL, so in the context of git, we obviously use the GPL version. Side note: the Mozilla SHA1 implementation is about twice as fast as the default openssl one on my G5, but the default openssl one has optimized x86 assembly language on x86. So choose wisely. --- cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cache.h') diff --git a/cache.h b/cache.h index 02b6a73117..8b226b6cdb 100644 --- a/cache.h +++ b/cache.h @@ -14,7 +14,7 @@ #include #include -#include +#include SHA1_HEADER #include /* -- cgit v1.3