From: Johannes Sixt Date: Thu, 22 Oct 2009 18:26:29 +0000 (+0200) Subject: Windows: use BLK_SHA1 again X-Git-Tag: v1.6.6-rc0~40^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9bccfcdbff3b11e11a69d05c50c8bc1a9a6dbb5f?hp=9bccfcdbff3b11e11a69d05c50c8bc1a9a6dbb5f 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 Signed-off-by: Junio C Hamano ---