Fix OpenSSL build (internal SHA256 not used anymore)

This commit is contained in:
Jouni Malinen 2009-08-16 19:05:29 +03:00
parent 577072b116
commit ce78b289c4

View file

@ -437,7 +437,6 @@ ifdef NEED_FIPS186_2_PRF
OBJS += ../src/crypto/fips_prf_openssl.o OBJS += ../src/crypto/fips_prf_openssl.o
OBJS_p += ../src/crypto/fips_prf_openssl.o OBJS_p += ../src/crypto/fips_prf_openssl.o
endif endif
CONFIG_INTERNAL_SHA256=y
endif endif
ifeq ($(CONFIG_TLS), gnutls) ifeq ($(CONFIG_TLS), gnutls)
OBJS += ../src/crypto/crypto_gnutls.o OBJS += ../src/crypto/crypto_gnutls.o