diff options
author | Ben Laurie <ben@openssl.org> | 1999-01-20 00:25:22 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-01-20 00:25:22 +0100 |
commit | 6f93539970fe8c07f7f68f7b2370f79abf78dcbb (patch) | |
tree | 7a99b6a9eeff05c8f1b3e7735ff32b4d1df340e5 /crypto/rc5 | |
parent | Finally lay dependencies to rest (I hope!). (diff) | |
download | openssl-6f93539970fe8c07f7f68f7b2370f79abf78dcbb.tar.xz openssl-6f93539970fe8c07f7f68f7b2370f79abf78dcbb.zip |
This time, get it right.
Diffstat (limited to 'crypto/rc5')
-rw-r--r-- | crypto/rc5/Makefile.ssl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/rc5/Makefile.ssl b/crypto/rc5/Makefile.ssl index 208029b63e..7c07f05fd5 100644 --- a/crypto/rc5/Makefile.ssl +++ b/crypto/rc5/Makefile.ssl @@ -106,5 +106,8 @@ errors: # DO NOT DELETE THIS LINE -- make depend depends on it. -rc5_ecb.o: rc5.h rc5_locl.h rc5.h rc5_locl.h rc5.h rc5_locl.h rc5.h rc5_locl.h +rc5_ecb.o: rc5.h rc5_locl.h +rc5_enc.o: rc5.h rc5_locl.h +rc5_skey.o: rc5.h rc5_locl.h +rc5cfb64.o: rc5.h rc5_locl.h rc5ofb64.o: rc5.h rc5_locl.h |