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. --- apps/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/Makefile.am b/apps/Makefile.am index 769a033..16f88ad 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am @@ -5,7 +5,6 @@ bin_PROGRAMS = openssl openssl_CFLAGS = $(USER_CFLAGS) openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) openssl_LDADD += $(top_builddir)/ssl/libssl.la -openssl_LDADD += $(top_builddir)/crypto/libcrypto.la openssl_SOURCES = apps.c openssl_SOURCES += asn1pars.c -- cgit v1.2.3-55-g6feb