diff options
author | Ben Laurie <ben@openssl.org> | 1999-03-06 15:32:48 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-03-06 15:32:48 +0100 |
commit | 6242bb9c63784bd878621557d40521c4a40b2ea4 (patch) | |
tree | 15158ee0c44957a9e4738da3db9d1c013cc5a8e5 /crypto/rc2 | |
parent | Move the SSL_CTX_xxx defines at the top of ssl.h to the location of other (diff) | |
download | openssl-6242bb9c63784bd878621557d40521c4a40b2ea4.tar.xz openssl-6242bb9c63784bd878621557d40521c4a40b2ea4.zip |
Put the dependencies back.
Diffstat (limited to 'crypto/rc2')
-rw-r--r-- | crypto/rc2/Makefile.ssl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/rc2/Makefile.ssl b/crypto/rc2/Makefile.ssl index 1502bbef62..b34de8a91b 100644 --- a/crypto/rc2/Makefile.ssl +++ b/crypto/rc2/Makefile.ssl @@ -77,3 +77,9 @@ clean: errors: # DO NOT DELETE THIS LINE -- make depend depends on it. + +rc2_cbc.o: rc2.h rc2_locl.h +rc2_ecb.o: rc2.h rc2_locl.h +rc2_skey.o: rc2.h rc2_locl.h +rc2cfb64.o: rc2.h rc2_locl.h +rc2ofb64.o: rc2.h rc2_locl.h |