mirror of
https://github.com/nmap/nmap.git
synced 2026-01-21 13:49:04 +00:00
Remove definition of OPENSSL_FIPS. I included this in an attempt to get
EVP_sha256 on OS X with the 10.4u SDK, but apparently FIPS support isn't there and instead everything builds without OpenSSL.
This commit is contained in:
@@ -42,9 +42,6 @@ UNIVERSAL_CONFIGURE_ARGS = --disable-dependency-tracking
|
||||
UNIVERSAL_CC = gcc-4.0
|
||||
UNIVERSAL_CXX = g++-4.0
|
||||
UNIVERSAL_CPPFLAGS = -isysroot /Developer/SDKs/MacOSX10.4u.sdk
|
||||
# Nping uses EVP_sha256, which is not included in the 10.4u SDK unless you
|
||||
# define this.
|
||||
UNIVERSAL_CPPFLAGS += -DOPENSSL_FIPS=1
|
||||
UNIVERSAL_CFLAGS = $(UNIVERSAL_CPPFLAGS) -mmacosx-version-min=10.4 -arch ppc -arch i386
|
||||
UNIVERSAL_CXXFLAGS = $(UNIVERSAL_CFLAGS)
|
||||
UNIVERSAL_LDFLAGS = -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -arch ppc -arch i386
|
||||
|
||||
Reference in New Issue
Block a user