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 /rsaref | |
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 'rsaref')
-rw-r--r-- | rsaref/Makefile.ssl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl index 6d57d68231..ccd86f37e7 100644 --- a/rsaref/Makefile.ssl +++ b/rsaref/Makefile.ssl @@ -84,3 +84,10 @@ $(ERRC).c: $(ERR).err perl ../crypto/err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. + +rsar_err.o: ../crypto/crypto.h ../include/bn.h ../include/err.h +rsar_err.o: ../include/rsa.h ../include/stack.h rsaref.h +rsaref.o: ../crypto/cryptlib.h ../crypto/crypto.h ../include/bio.h +rsaref.o: ../include/bn.h ../include/buffer.h ../include/e_os.h +rsaref.o: ../include/err.h ../include/rand.h ../include/rsa.h +rsaref.o: ../include/stack.h rsaref.h |