From c83d468cfd5d3ca60a499b69c0b7c9d0b159d405 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 27 Dec 2014 16:34:48 -0600 Subject: do not double-link libcrypto libssl already has LIBFLAGS for libcrypto, so adding -lcrypto is superfluous. --- tests/Makefile.am.tpl | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl index b2a4920..fb3986b 100644 --- a/tests/Makefile.am.tpl +++ b/tests/Makefile.am.tpl @@ -5,7 +5,6 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) LDADD += $(top_builddir)/ssl/libssl.la -LDADD += $(top_builddir)/crypto/libcrypto.la TESTS = check_PROGRAMS = -- cgit v1.2.3-55-g6feb