summaryrefslogtreecommitdiffstats
path: root/crypto/rc4
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-11-19 16:03:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-11-19 16:03:51 +0000
commitd9f16c405ca8db85753c99970112bfef19e622c0 (patch)
treed6d2f14bbb90b7d5eb93ac9cdbd14caf9ada31a1 /crypto/rc4
parentbfc6482a7a31c3d88e1179ed7bc27412549b3317 (diff)
Commit default dependencies.
Diffstat (limited to 'crypto/rc4')
-rw-r--r--crypto/rc4/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/crypto/rc4/Makefile b/crypto/rc4/Makefile
index b961fb8581..f0bd7678fc 100644
--- a/crypto/rc4/Makefile
+++ b/crypto/rc4/Makefile
@@ -21,7 +21,7 @@ TEST=rc4test.c
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=rc4_skey.c rc4_enc.c rc4_flbk.c
+LIBSRC=rc4_skey.c rc4_enc.c rc4_fblk.c
LIBOBJ=$(RC4_ENC) rc4_fblk.o
SRC= $(LIBSRC)
@@ -105,6 +105,15 @@ rc4_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
rc4_enc.o: ../../include/openssl/rc4.h ../../include/openssl/safestack.h
rc4_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
rc4_enc.o: ../cryptlib.h rc4_enc.c rc4_locl.h
+rc4_fblk.o: ../../e_os.h ../../include/openssl/bio.h
+rc4_fblk.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
+rc4_fblk.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
+rc4_fblk.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
+rc4_fblk.o: ../../include/openssl/opensslconf.h
+rc4_fblk.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+rc4_fblk.o: ../../include/openssl/rc4.h ../../include/openssl/safestack.h
+rc4_fblk.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
+rc4_fblk.o: ../cryptlib.h rc4_fblk.c rc4_locl.h
rc4_skey.o: ../../e_os.h ../../include/openssl/bio.h
rc4_skey.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
rc4_skey.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h