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
This commit is contained in:
commit
a09a5e6c36
2
Makefile
2
Makefile
@ -23,7 +23,6 @@ all::
|
|||||||
# it at all).
|
# it at all).
|
||||||
#
|
#
|
||||||
# Define NO_OPENSSL environment variable if you do not have OpenSSL.
|
# Define NO_OPENSSL environment variable if you do not have OpenSSL.
|
||||||
# This also implies BLK_SHA1.
|
|
||||||
#
|
#
|
||||||
# Define USE_LIBPCRE if you have and want to use libpcre. Various
|
# Define USE_LIBPCRE if you have and want to use libpcre. Various
|
||||||
# commands such as log and grep offer runtime options to use
|
# commands such as log and grep offer runtime options to use
|
||||||
@ -1275,7 +1274,6 @@ ifndef NO_OPENSSL
|
|||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
BASIC_CFLAGS += -DNO_OPENSSL
|
BASIC_CFLAGS += -DNO_OPENSSL
|
||||||
BLK_SHA1 = 1
|
|
||||||
OPENSSL_LIBSSL =
|
OPENSSL_LIBSSL =
|
||||||
endif
|
endif
|
||||||
ifdef NO_OPENSSL
|
ifdef NO_OPENSSL
|
||||||
|
@ -241,7 +241,6 @@ AC_MSG_NOTICE([CHECKS for site configuration])
|
|||||||
# a bundled SHA1 routine optimized for PowerPC.
|
# a bundled SHA1 routine optimized for PowerPC.
|
||||||
#
|
#
|
||||||
# Define NO_OPENSSL environment variable if you do not have OpenSSL.
|
# Define NO_OPENSSL environment variable if you do not have OpenSSL.
|
||||||
# This also implies BLK_SHA1.
|
|
||||||
#
|
#
|
||||||
# Define OPENSSLDIR=/foo/bar if your openssl header and library files are in
|
# Define OPENSSLDIR=/foo/bar if your openssl header and library files are in
|
||||||
# /foo/bar/include and /foo/bar/lib directories.
|
# /foo/bar/include and /foo/bar/lib directories.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user