Loading crypto/comp/Makefile.ssl +2 −2 Original line number Diff line number Diff line Loading @@ -22,10 +22,10 @@ TEST= APPS= LIB=$(TOP)/libcrypto.a LIBSRC= comp_lib.c \ LIBSRC= comp_lib.c comp_err.c \ c_rle.c c_zlib.c LIBOBJ= comp_lib.o \ LIBOBJ= comp_lib.o comp_err.o \ c_rle.o c_zlib.o SRC= $(LIBSRC) Loading Loading
crypto/comp/Makefile.ssl +2 −2 Original line number Diff line number Diff line Loading @@ -22,10 +22,10 @@ TEST= APPS= LIB=$(TOP)/libcrypto.a LIBSRC= comp_lib.c \ LIBSRC= comp_lib.c comp_err.c \ c_rle.c c_zlib.c LIBOBJ= comp_lib.o \ LIBOBJ= comp_lib.o comp_err.o \ c_rle.o c_zlib.o SRC= $(LIBSRC) Loading