Skip to content

Commit a09a5e6

Browse files
committed
Merge branch 'ab/dc-sha1-loose-ends'
Tying loose ends for the recent integration work of collision-detecting SHA-1 implementation. * ab/dc-sha1-loose-ends: Makefile: NO_OPENSSL=1 should no longer imply BLK_SHA1=1
2 parents 2639382 + edb6a17 commit a09a5e6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ all::
2323
# it at all).
2424
#
2525
# Define NO_OPENSSL environment variable if you do not have OpenSSL.
26-
# This also implies BLK_SHA1.
2726
#
2827
# Define USE_LIBPCRE if you have and want to use libpcre. Various
2928
# commands such as log and grep offer runtime options to use
@@ -1275,7 +1274,6 @@ ifndef NO_OPENSSL
12751274
endif
12761275
else
12771276
BASIC_CFLAGS += -DNO_OPENSSL
1278-
BLK_SHA1 = 1
12791277
OPENSSL_LIBSSL =
12801278
endif
12811279
ifdef NO_OPENSSL

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ AC_MSG_NOTICE([CHECKS for site configuration])
241241
# a bundled SHA1 routine optimized for PowerPC.
242242
#
243243
# Define NO_OPENSSL environment variable if you do not have OpenSSL.
244-
# This also implies BLK_SHA1.
245244
#
246245
# Define OPENSSLDIR=/foo/bar if your openssl header and library files are in
247246
# /foo/bar/include and /foo/bar/lib directories.

0 commit comments

Comments
 (0)