diff options
author | Brent Cook <bcook@openbsd.org> | 2014-12-27 16:52:25 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-12-27 16:52:25 -0600 |
commit | 9adc6d64588e32b6becf3c94f30c0a1b05702687 (patch) | |
tree | f7c8591db3b170b5aa8245e06896ae7161342447 /tests | |
parent | c83d468cfd5d3ca60a499b69c0b7c9d0b159d405 (diff) | |
download | portable-9adc6d64588e32b6becf3c94f30c0a1b05702687.tar.gz portable-9adc6d64588e32b6becf3c94f30c0a1b05702687.tar.bz2 portable-9adc6d64588e32b6becf3c94f30c0a1b05702687.zip |
Revert "do not double-link libcrypto"
This reverts commit c83d468cfd5d3ca60a499b69c0b7c9d0b159d405.
It wasn't as superfluous as I thought on all platforms.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl index fb3986b..b2a4920 100644 --- a/tests/Makefile.am.tpl +++ b/tests/Makefile.am.tpl | |||
@@ -5,6 +5,7 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 | |||
5 | 5 | ||
6 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 6 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
7 | LDADD += $(top_builddir)/ssl/libssl.la | 7 | LDADD += $(top_builddir)/ssl/libssl.la |
8 | LDADD += $(top_builddir)/crypto/libcrypto.la | ||
8 | 9 | ||
9 | TESTS = | 10 | TESTS = |
10 | check_PROGRAMS = | 11 | check_PROGRAMS = |