summaryrefslogtreecommitdiffstats
path: root/fips/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-08 15:10:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-08 15:10:42 +0000
commitf4001a0d192a2462bcedbaadf95e778ddc352ebb (patch)
tree43159a16fbda0c3b364b269481746fd7ee12c2a6 /fips/Makefile
parentcea73f9db399c11ef95f08d270f6671e7b9f88ad (diff)
Link GCM into FIPS module. Check return value in EVP gcm.
Diffstat (limited to 'fips/Makefile')
-rw-r--r--fips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fips/Makefile b/fips/Makefile
index 1eafa55481..6d4c27fd1b 100644
--- a/fips/Makefile
+++ b/fips/Makefile
@@ -89,6 +89,7 @@ fipscanister.o: fips_start.o $(LIBOBJ) $(FIPS_OBJ_LISTS) fips_end.o
list="$(AES_ENC)"; for i in $$list; do FIPS_ASM="$$FIPS_ASM ../crypto/aes/$$i" ; done; \
list="$(DES_ENC)"; for i in $$list; do FIPS_ASM="$$FIPS_ASM ../crypto/des/$$i" ; done; \
list="$(SHA1_ASM_OBJ)"; for i in $$list; do FIPS_ASM="$$FIPS_ASM ../crypto/sha/$$i" ; done; \
+ list="$(MODES_ASM_OBJ)"; for i in $$list; do FIPS_ASM="$$FIPS_ASM ../crypto/modes/$$i" ; done; \
if [ -n "$(CPUID_OBJ)" ]; then \
CPUID=../crypto/$(CPUID_OBJ) ; \
else \