diff options
Diffstat (limited to 'rsaref/Makefile.ssl')
-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 |