Windows: use BLK_SHA1 again
authorJohannes Sixt <j6t@kdbg.org>
Thu, 22 Oct 2009 18:26:29 +0000 (20:26 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 23 Oct 2009 10:48:31 +0000 (12:48 +0200)
Since NO_OPENSSL is no longer defined on Windows, BLK_SHA1 is not defined
anymore implicitly. Define it explicitly.

As a nice side-effect, we no longer link against libcrypto.dll, which has
non-trivial startup costs because it depends on 6 otherwise unneeded
DLLs.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found