diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-03-12 23:21:33 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-12 23:21:33 -0700 |
commit | 033328a5dc22c1f52292b1941f000f0d47192ade (patch) | |
tree | 45319f59fd9a09cbdd8cdeebc8f12e56d1d93d7c /config.mak.uname | |
parent | Second batch after 2.12 (diff) | |
parent | mingw: use OpenSSL's SHA-1 routines (diff) | |
download | tgif-033328a5dc22c1f52292b1941f000f0d47192ade.tar.xz |
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.uname | 1 |
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 |