From 0bb6187e71658fd691fe9f3b48a79a6250567216 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 13 Oct 2003 11:34:40 +0000 Subject: [PATCH] The object file is o_str.o, not o_str.c. Thanks to Peter Sylvester for the notification. --- crypto/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index b119ccbd9c..79dec73cfb 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -38,7 +38,7 @@ GENERAL=Makefile README crypto-lib.com install.com LIB= $(TOP)/libcrypto.a SHARED_LIB= libcrypto$(SHLIB_EXT) LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c o_time.c o_str.c -LIBOBJ= cryptlib.o mem.o mem_clr.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o o_time.o o_str.c +LIBOBJ= cryptlib.o mem.o mem_clr.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o SRC= $(LIBSRC) -- GitLab