From: Richard Levitte Date: Mon, 13 Oct 2003 11:34:40 +0000 (+0000) Subject: The object file is o_str.o, not o_str.c. X-Git-Tag: BEN_FIPS_TEST_4^2~11^2~71 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0bb6187e71658fd691fe9f3b48a79a6250567216;p=oweals%2Fopenssl.git The object file is o_str.o, not o_str.c. Thanks to Peter Sylvester for the notification. --- 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)