aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-24 15:58:52 +0000
committerBodo Möller <bodo@openssl.org>1999-04-24 15:58:52 +0000
commiteaecdc71eb4477f4ea2690262f024235a9729011 (patch)
treebacb05a6d5b4d9a58b4eca5d92829d32243aa90f /crypto
parentc76b0f751f83762d470f3be0c9c3c108465a0ace (diff)
downloadopenssl-eaecdc71eb4477f4ea2690262f024235a9729011.tar.gz
Removed superfluous reference to ERRC.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index e4a0c221ea..4e43a99dc0 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -32,8 +32,8 @@ SDIRS= md2 md5 sha mdc2 hmac ripemd \
GENERAL=Makefile README
LIB= $(TOP)/libcrypto.a
-LIBSRC= cryptlib.c mem.c cversion.c ex_data.c tmdiff.c $(ERRC).c
-LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o $(ERRC).o
+LIBSRC= cryptlib.c mem.c cversion.c ex_data.c tmdiff.c
+LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o
SRC= $(LIBSRC)