aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-07-07 07:27:39 -0500
committerBrent Cook <bcook@openbsd.org>2016-07-07 07:27:39 -0500
commit30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c (patch)
tree97aeb0926ebce53024fbf927e5a37b87e3760c06 /apps
parent23083e7724771d40ce2f019b094636a51cae7c2d (diff)
downloadportable-30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c.tar.gz
portable-30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c.tar.bz2
portable-30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c.zip
remove DEFAULT_CA_FILE patch, since libtls handles this by default
Diffstat (limited to 'apps')
-rw-r--r--apps/nc/Makefile.am5
1 files changed, 0 insertions, 5 deletions
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
17nc_LDADD += $(abs_top_builddir)/tls/libtls.la 17nc_LDADD += $(abs_top_builddir)/tls/libtls.la
18 18
19AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat 19AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat
20if OPENSSLDIR_DEFINED
21AM_CPPFLAGS += -DDEFAULT_CA_FILE=\"@OPENSSLDIR@/cert.pem\"
22else
23AM_CPPFLAGS += -DDEFAULT_CA_FILE=\"$(sysconfdir)/ssl/cert.pem\"
24endif
25 20
26nc_SOURCES = atomicio.c 21nc_SOURCES = atomicio.c
27nc_SOURCES += netcat.c 22nc_SOURCES += netcat.c