Skip to content

Commit 126b5c5

Browse files
jeffhostetlerdscho
authored andcommitted
msvc: use OpenSSL's SHA-1 routines
Just like 1e2ce1d (sha1: Use OpenSSL SHA1 routines on MINGW, 2016-10-12), we now use OpenSSL's SHA-1 routines instead of Git's own because OpenSSL is substantially faster as of version 1.0.2: it now uses hardware acceleration on Intel processors much more effectively. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6f8c8c3 commit 126b5c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.mak.uname

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ ifeq ($(uname_S),Windows)
373373
NO_REGEX = YesPlease
374374
NO_GETTEXT = YesPlease
375375
NO_PYTHON = YesPlease
376-
BLK_SHA1 = YesPlease
377376
ETAGS_TARGET = ETAGS
378377
NO_INET_PTON = YesPlease
379378
NO_INET_NTOP = YesPlease

0 commit comments

Comments
 (0)