Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jh/mingw-openssl-sha1'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 13 Mar 2017 06:21:33 +0000
(23:21 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 13 Mar 2017 06:21:33 +0000
(23:21 -0700)
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
config.mak.uname
patch
|
blob
|
history
raw
(from parent 1:
625568c
)
diff --git
a/config.mak.uname
b/config.mak.uname
index 7bdf86d2aa9396af909bf117ed7cf25f12e7144f..399fe192719072691ebdbd7954fd8bd6cc12b96e 100644
(file)
--- 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