From 9e25f75800c9077ab031ecf689bd35132c038546 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 13 Aug 2016 11:42:21 -0500 Subject: remove DEFAULT_CA_FILE patch, since libtls handles this by default --- apps/nc/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps') diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index ed45c3f..2a24d87 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am @@ -17,11 +17,6 @@ nc_LDADD += $(abs_top_builddir)/ssl/libssl.la nc_LDADD += $(abs_top_builddir)/tls/libtls.la AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat -if OPENSSLDIR_DEFINED -AM_CPPFLAGS += -DDEFAULT_CA_FILE=\"@OPENSSLDIR@/cert.pem\" -else -AM_CPPFLAGS += -DDEFAULT_CA_FILE=\"$(sysconfdir)/ssl/cert.pem\" -endif nc_SOURCES = atomicio.c nc_SOURCES += netcat.c -- cgit v1.2.3-55-g6feb