]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
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)
commit9bccfcdbff3b11e11a69d05c50c8bc1a9a6dbb5f
treea25fa960343d3aed4546021a4d830c1bfc5caece
parentc36e16385be363a11abaa4a43edd5a2b2b2dff81
Windows: use BLK_SHA1 again

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>
Makefile