From 9a0aaa03fd9593e9f983de6c8a1d5258e5922002 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 7 Jun 2012 19:58:48 +0000 Subject: [PATCH] -fixing linker error for now by adding -lcrypto, will need to be fixed later --- src/gns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 2991bd0c8..a158af19d 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -207,7 +207,7 @@ gnunet_gns_DEPENDENCIES = \ gnunet_gns_proxy_SOURCES = \ gnunet-gns-proxy.c gns_proxy_proto.h -gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lssl \ +gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lssl -lcrypto \ $(top_builddir)/src/gns/libgnunetgns.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) -- 2.25.1