Skip to content

Commit bdd2f00

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 6451689 commit bdd2f00

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
@@ -381,7 +381,6 @@ ifeq ($(uname_S),Windows)
381381
NO_REGEX = YesPlease
382382
NO_GETTEXT = YesPlease
383383
NO_PYTHON = YesPlease
384-
BLK_SHA1 = YesPlease
385384
ETAGS_TARGET = ETAGS
386385
NO_INET_PTON = YesPlease
387386
NO_INET_NTOP = YesPlease

0 commit comments

Comments
 (0)