summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.fips2
-rw-r--r--Makefile.org3
2 files changed, 0 insertions, 5 deletions
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 \