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/des | |
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/des')
-rw-r--r-- | crypto/des/Makefile.ssl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl index 0a666a2da9..775bb222da 100644 --- a/crypto/des/Makefile.ssl +++ b/crypto/des/Makefile.ssl @@ -135,3 +135,30 @@ clean: errors: # DO NOT DELETE THIS LINE -- make depend depends on it. + +cbc_cksm.o: des.h des_locl.h +cbc_enc.o: des.h des_locl.h +cfb64ede.o: des.h des_locl.h +cfb64enc.o: des.h des_locl.h +cfb_enc.o: des.h des_locl.h +des_enc.o: des.h des_locl.h +ecb3_enc.o: des.h des_locl.h +ecb_enc.o: des.h des_locl.h spr.h +ede_cbcm_enc.o: des.h des_locl.h +enc_read.o: des.h des_locl.h +enc_writ.o: des.h des_locl.h +fcrypt.o: des.h des.h des_locl.h des_locl.h +fcrypt_b.o: des.h des_locl.h +ofb64ede.o: des.h des_locl.h +ofb64enc.o: des.h des_locl.h +ofb_enc.o: des.h des_locl.h +pcbc_enc.o: des.h des_locl.h +qud_cksm.o: des.h des_locl.h +rand_key.o: des.h des_locl.h +read2pwd.o: des.h des_locl.h +read_pwd.o: des.h des_locl.h +rpc_enc.o: des.h des_locl.h des_ver.h rpc_des.h +set_key.o: des.h des_locl.h podd.h sk.h +str2key.o: des.h des_locl.h +supp.o: des.h des_locl.h +xcbc_enc.o: des.h des_locl.h |