summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-03-24 22:59:02 +0000
committerRichard Levitte <levitte@openssl.org>2011-03-24 22:59:02 +0000
commitc6dbe908959f1e1b1076f9ed2cb34bf2416c7226 (patch)
tree6e34c9cb2b45724bb16b47969f453f58e8993cb0 /crypto/modes
parent37942b93af4fca91ca915d4da1f68d7965a9522f (diff)
make update
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile
index 81e768865c..c3221be753 100644
--- a/crypto/modes/Makefile
+++ b/crypto/modes/Makefile
@@ -117,10 +117,11 @@ cts128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
cts128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
cts128.o: ../../include/openssl/symhacks.h cts128.c modes_lcl.h
gcm128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
-gcm128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
-gcm128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
-gcm128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
-gcm128.o: ../../include/openssl/symhacks.h gcm128.c modes_lcl.h
+gcm128.o: ../../include/openssl/fips.h ../../include/openssl/modes.h
+gcm128.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
+gcm128.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
+gcm128.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
+gcm128.o: gcm128.c modes_lcl.h
ofb128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
ofb128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
ofb128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h