Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-09-25 16:22:46 +0400
committerRichard Levitte <levitte@openssl.org>2003-09-25 16:22:46 +0400
commit2667b068a1b5f0324476efda838c83c3f2ad2336 (patch)
tree223cec3929211c4266438a4cd5524572ef096cd9 /crypto
parenta26be0386e94a6e3f2322667643e5fd33f31d575 (diff)
Uhmm, o_str.o, not o_str.c...
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 0184a80648..e21648a320 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -37,7 +37,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)