Skip to content

Commit 0e11020

Browse files
committed
PR 150090: sha1: Use OpenSSL SHA1 routines on MSVC build
This commit updates the WIP MSVC build scripts to use OpenSSL. You'll get the corresponding update for the GCC build from the normal upstream release. - sha1: Use OpenSSL SHA1 routines on MSVC build Related work items: #686017
2 parents 17ac93f + 5b546b6 commit 0e11020

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
@@ -383,7 +383,6 @@ ifeq ($(uname_S),Windows)
383383
NO_REGEX = YesPlease
384384
NO_GETTEXT = YesPlease
385385
NO_PYTHON = YesPlease
386-
BLK_SHA1 = YesPlease
387386
ETAGS_TARGET = ETAGS
388387
NO_INET_PTON = YesPlease
389388
NO_INET_NTOP = YesPlease

0 commit comments

Comments
 (0)