From 73934800474e5b333af2bff0a8f79f13405fb500 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 24 Apr 1999 17:28:43 +0000 Subject: Change the command line options of mkerr.pl so -static is now default and a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-) --- ssl/Makefile.ssl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ssl') diff --git a/ssl/Makefile.ssl b/ssl/Makefile.ssl index 7f3bbb258c..c129a9d530 100644 --- a/ssl/Makefile.ssl +++ b/ssl/Makefile.ssl @@ -15,7 +15,6 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) -ERRC=ssl_err GENERAL=Makefile README TEST=ssltest.c APPS= @@ -29,7 +28,7 @@ LIBSRC= \ ssl_lib.c ssl_err2.c ssl_cert.c ssl_sess.c \ ssl_ciph.c ssl_stat.c ssl_rsa.c \ ssl_asn1.c ssl_txt.c ssl_algs.c \ - bio_ssl.c $(ERRC).c + bio_ssl.c ssl_err.c LIBOBJ= \ s2_meth.o s2_srvr.o s2_clnt.o s2_lib.o s2_enc.o s2_pkt.o \ s3_meth.o s3_srvr.o s3_clnt.o s3_lib.o s3_enc.o s3_pkt.o s3_both.o \ @@ -38,7 +37,7 @@ LIBOBJ= \ ssl_lib.o ssl_err2.o ssl_cert.o ssl_sess.o \ ssl_ciph.o ssl_stat.o ssl_rsa.o \ ssl_asn1.o ssl_txt.o ssl_algs.o \ - bio_ssl.o $(ERRC).o + bio_ssl.o ssl_err.o SRC= $(LIBSRC) -- cgit v1.2.3