Skip to content

Commit f409532

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 6f7abcc commit f409532

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
@@ -372,7 +372,6 @@ ifeq ($(uname_S),Windows)
372372
NO_REGEX = YesPlease
373373
NO_GETTEXT = YesPlease
374374
NO_PYTHON = YesPlease
375-
BLK_SHA1 = YesPlease
376375
ETAGS_TARGET = ETAGS
377376
NO_INET_PTON = YesPlease
378377
NO_INET_NTOP = YesPlease

0 commit comments

Comments
 (0)