From: Bodo Möller Date: Sat, 24 Apr 1999 15:58:52 +0000 (+0000) Subject: Removed superfluous reference to ERRC. X-Git-Tag: OpenSSL_0_9_3beta1~254 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eaecdc71eb4477f4ea2690262f024235a9729011;p=oweals%2Fopenssl.git Removed superfluous reference to ERRC. Submitted by: Reviewed by: PR: --- 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)