aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-10-13 11:34:40 +0000
committerRichard Levitte <levitte@openssl.org>2003-10-13 11:34:40 +0000
commit0bb6187e71658fd691fe9f3b48a79a6250567216 (patch)
treea9503f0dfd60db49b20074c5033f6aaed7e9aab2 /crypto/Makefile.ssl
parentc5a55463892d689198e819ab92dd9521ea280337 (diff)
downloadopenssl-0bb6187e71658fd691fe9f3b48a79a6250567216.tar.gz
The object file is o_str.o, not o_str.c.
Thanks to Peter Sylvester <Peter.Sylvester@EdelWeb.fr> for the notification.
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
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)