From b4cadc6e1343c01b06613053a90ed2ee85e65090 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 22 Mar 1999 12:22:14 +0000 Subject: Fix security hole. --- crypto/Makefile.ssl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'crypto/Makefile.ssl') diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 66606f5762..70194b4c33 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -39,7 +39,7 @@ LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o $(ERRC).o SRC= $(LIBSRC) -EXHEADER= crypto.h cryptall.h tmdiff.h +EXHEADER= crypto.h cryptall.h tmdiff.h opensslv.h HEADER= cryptlib.h date.h $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) @@ -158,15 +158,18 @@ errgen: # DO NOT DELETE THIS LINE -- make depend depends on it. -cpt_err.o: ../include/err.h ../include/stack.h crypto.h +cpt_err.o: ../include/err.h ../include/stack.h crypto.h opensslv.h cryptlib.o: ../include/bio.h ../include/buffer.h ../include/e_os.h cryptlib.o: ../include/err.h ../include/stack.h cryptlib.h crypto.h date.h +cryptlib.o: opensslv.h cversion.o: ../include/bio.h ../include/buffer.h ../include/e_os.h cversion.o: ../include/err.h ../include/stack.h cryptlib.h crypto.h date.h +cversion.o: opensslv.h ex_data.o: ../include/bio.h ../include/buffer.h ../include/e_os.h ex_data.o: ../include/err.h ../include/lhash.h ../include/stack.h cryptlib.h -ex_data.o: crypto.h +ex_data.o: crypto.h opensslv.h mem.o: ../include/bio.h ../include/buffer.h ../include/e_os.h ../include/err.h -mem.o: ../include/lhash.h ../include/stack.h cryptlib.h crypto.h +mem.o: ../include/lhash.h ../include/stack.h cryptlib.h crypto.h opensslv.h tmdiff.o: ../include/bio.h ../include/buffer.h ../include/e_os.h -tmdiff.o: ../include/err.h ../include/stack.h cryptlib.h crypto.h tmdiff.h +tmdiff.o: ../include/err.h ../include/stack.h cryptlib.h crypto.h opensslv.h +tmdiff.o: tmdiff.h -- cgit v1.2.3