Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-03-13 09:21:33 +0300
committerJunio C Hamano <gitster@pobox.com>2017-03-13 09:21:33 +0300
commit033328a5dc22c1f52292b1941f000f0d47192ade (patch)
tree45319f59fd9a09cbdd8cdeebc8f12e56d1d93d7c /config.mak.uname
parent625568cd8813bf32b2172eaf59e45e9da5978ce3 (diff)
parent2cfc70f0de7c8902791d3b23a92d6462b9e11d72 (diff)
Merge branch 'jh/mingw-openssl-sha1'
Windows port wants to use OpenSSL's implementation of SHA-1 routines, so let them. * jh/mingw-openssl-sha1: mingw: use OpenSSL's SHA-1 routines
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 7bdf86d2aa..399fe19271 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -499,7 +499,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
NO_REGEX = YesPlease
NO_PYTHON = YesPlease
- BLK_SHA1 = YesPlease
ETAGS_TARGET = ETAGS
NO_INET_PTON = YesPlease
NO_INET_NTOP = YesPlease