aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc4
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-31 17:07:24 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-31 17:07:24 +0000
commit710e5d5639c8f943d73f49733382c1b787d1abb6 (patch)
tree372bd80def5f48e4103afe7a203e44e0b62a25b4 /crypto/rc4
parent6da980e2b56f245ff3c4be277ede0f93c5f174c0 (diff)
downloadopenssl-710e5d5639c8f943d73f49733382c1b787d1abb6.tar.gz
make update
Diffstat (limited to 'crypto/rc4')
-rw-r--r--crypto/rc4/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/rc4/Makefile.ssl b/crypto/rc4/Makefile.ssl
index 3bd5f0ad07..5214e512fc 100644
--- a/crypto/rc4/Makefile.ssl
+++ b/crypto/rc4/Makefile.ssl
@@ -109,7 +109,7 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
rc4_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc4.h
-rc4_enc.o: rc4_locl.h
+rc4_enc.o: rc4_enc.c rc4_locl.h
rc4_skey.o: ../../include/openssl/opensslconf.h
rc4_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/rc4.h
-rc4_skey.o: rc4_locl.h
+rc4_skey.o: rc4_locl.h rc4_skey.c