From 1c4f90a05dffca6663f1392ed74fe51a13cc46f1 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Tue, 13 Jun 2000 12:59:38 +0000 Subject: Enable DSO support on alpha (OSF1), cc and gcc. Also, "make update" has added some missing functions to libeay.num, updated the TABLE for the alpha changes, and updated thousands of dependancies that have changed from recent commits. --- rsaref/Makefile.ssl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'rsaref/Makefile.ssl') diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl index f338427a02..2930914178 100644 --- a/rsaref/Makefile.ssl +++ b/rsaref/Makefile.ssl @@ -85,15 +85,17 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -rsar_err.o: ../include/openssl/bn.h ../include/openssl/crypto.h -rsar_err.o: ../include/openssl/err.h ../include/openssl/opensslconf.h +rsar_err.o: ../include/openssl/bio.h ../include/openssl/bn.h +rsar_err.o: ../include/openssl/crypto.h ../include/openssl/err.h +rsar_err.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h rsar_err.o: ../include/openssl/opensslv.h ../include/openssl/rsa.h rsar_err.o: ../include/openssl/rsaref.h ../include/openssl/safestack.h rsar_err.o: ../include/openssl/stack.h rsaref.o: ../crypto/cryptlib.h ../include/openssl/bio.h ../include/openssl/bn.h rsaref.o: ../include/openssl/buffer.h ../include/openssl/crypto.h rsaref.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h -rsaref.o: ../include/openssl/err.h ../include/openssl/opensslconf.h -rsaref.o: ../include/openssl/opensslv.h ../include/openssl/rand.h -rsaref.o: ../include/openssl/rsa.h ../include/openssl/rsaref.h -rsaref.o: ../include/openssl/safestack.h ../include/openssl/stack.h +rsaref.o: ../include/openssl/err.h ../include/openssl/lhash.h +rsaref.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h +rsaref.o: ../include/openssl/rand.h ../include/openssl/rsa.h +rsaref.o: ../include/openssl/rsaref.h ../include/openssl/safestack.h +rsaref.o: ../include/openssl/stack.h -- cgit v1.2.3