summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-01 02:21:16 +0000
committerUlf Möller <ulf@openssl.org>2000-02-01 02:21:16 +0000
commit8efb60144db6662fab314dd914a62356bffd4b5a (patch)
tree8711522dba38b925667263a772b23b64d11fccc4 /crypto/Makefile.ssl
parent388f2f56f213dfada0370d48cb9bcc3c7e980b32 (diff)
EBCDIC support.
Submitted by: Martin Kraemer <martin.kraemer@mch.sni.de>
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 1fb4112f1e..cd41e12eba 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -34,8 +34,8 @@ SDIRS= md2 md5 sha mdc2 hmac ripemd \
GENERAL=Makefile README crypto-lib.com install.com
LIB= $(TOP)/libcrypto.a
-LIBSRC= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c
-LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o
+LIBSRC= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c
+LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o
SRC= $(LIBSRC)