From: Jouni Malinen Date: Sun, 16 Aug 2009 16:05:29 +0000 (+0300) Subject: Fix OpenSSL build (internal SHA256 not used anymore) X-Git-Tag: hostap_0_7_0~221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce78b289c49ed9eb2c81f34f35f3d198791ccb15;p=thirdparty%2Fhostap.git Fix OpenSSL build (internal SHA256 not used anymore) --- diff --git a/hostapd/Makefile b/hostapd/Makefile index d9126a322..b09d3c327 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -437,7 +437,6 @@ ifdef NEED_FIPS186_2_PRF OBJS += ../src/crypto/fips_prf_openssl.o OBJS_p += ../src/crypto/fips_prf_openssl.o endif -CONFIG_INTERNAL_SHA256=y endif ifeq ($(CONFIG_TLS), gnutls) OBJS += ../src/crypto/crypto_gnutls.o