diff options
author | levitte <levitte> | 2003-09-25 12:22:46 +0000 |
---|---|---|
committer | levitte <levitte> | 2003-09-25 12:22:46 +0000 |
commit | a46f0928a127e1ebb26b9ba1bcb6f5092101a631 (patch) | |
tree | 622de9b12bcc831b73aa5da5541312635c7dd1c6 | |
parent | 97aec6e38aebb52fc2568b534eb5337aca41e9f8 (diff) | |
download | openssl-a46f0928a127e1ebb26b9ba1bcb6f5092101a631.tar.gz |
Uhmm, o_str.o, not o_str.c...
-rw-r--r-- | crypto/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 0184a8064..e21648a32 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) |