projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c76b0f7
)
Removed superfluous reference to ERRC.
author
Bodo Möller
<bodo@openssl.org>
Sat, 24 Apr 1999 15:58:52 +0000
(15:58 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Sat, 24 Apr 1999 15:58:52 +0000
(15:58 +0000)
Submitted by:
Reviewed by:
PR:
crypto/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/Makefile.ssl
b/crypto/Makefile.ssl
index e4a0c221ea0cd5d6c61fc7b904a0eb243514fb11..4e43a99dc0c1648899b64b865192bb520755ff27 100644
(file)
--- 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)