aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-12-27 16:34:48 -0600
committerBrent Cook <bcook@openbsd.org>2014-12-27 16:34:48 -0600
commitc83d468cfd5d3ca60a499b69c0b7c9d0b159d405 (patch)
tree6222349f1cc42e844b9a8e469c44a4826c150f79 /tests
parent23c90228ac36f6afeb4fbeb5b4891dad120fec4b (diff)
downloadportable-c83d468cfd5d3ca60a499b69c0b7c9d0b159d405.tar.gz
portable-c83d468cfd5d3ca60a499b69c0b7c9d0b159d405.tar.bz2
portable-c83d468cfd5d3ca60a499b69c0b7c9d0b159d405.zip
do not double-link libcrypto
libssl already has LIBFLAGS for libcrypto, so adding -lcrypto is superfluous.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am.tpl1
1 files changed, 0 insertions, 1 deletions
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
5 5
6LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) 6LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
7LDADD += $(top_builddir)/ssl/libssl.la 7LDADD += $(top_builddir)/ssl/libssl.la
8LDADD += $(top_builddir)/crypto/libcrypto.la
9 8
10TESTS = 9TESTS =
11check_PROGRAMS = 10check_PROGRAMS =