From: Dr. Stephen Henson Date: Sat, 7 May 2011 22:37:58 +0000 (+0000) Subject: Remove FIXME comments. X-Git-Tag: OpenSSL-fips-2_0-rc1~457 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bfe1d2f8959caa0ea4a626399f798ed8bc914260;p=oweals%2Fopenssl.git Remove FIXME comments. --- diff --git a/Makefile.fips b/Makefile.fips index 3bfcf188a2..53bb609d58 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -275,8 +275,6 @@ BUILD_ONE_CMD=\ reflect: @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV) -# FIXME - FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \ ../crypto/aes/aes_ecb.o \ ../crypto/aes/aes_ofb.o \ diff --git a/Makefile.org b/Makefile.org index 83ed4c93aa..716cccac43 100644 --- a/Makefile.org +++ b/Makefile.org @@ -268,9 +268,6 @@ BUILD_ONE_CMD=\ reflect: @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV) - -# FIXME - FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \ ../crypto/aes/aes_ecb.o \ ../crypto/aes/aes_ofb.o \