diff options
| author | Brent Cook <bcook@openbsd.org> | 2016-08-13 11:42:21 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2016-08-13 11:42:21 -0500 |
| commit | 9e25f75800c9077ab031ecf689bd35132c038546 (patch) | |
| tree | 936fc47a01726d051ceaf1a32cfdf23dc7d23614 /apps | |
| parent | 36aafbb2410a9a0da0c83c32499d3dcb6e5d2025 (diff) | |
| download | portable-9e25f75800c9077ab031ecf689bd35132c038546.tar.gz portable-9e25f75800c9077ab031ecf689bd35132c038546.tar.bz2 portable-9e25f75800c9077ab031ecf689bd35132c038546.zip | |
remove DEFAULT_CA_FILE patch, since libtls handles this by default
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/nc/Makefile.am | 5 |
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 | |||
| 17 | nc_LDADD += $(abs_top_builddir)/tls/libtls.la | 17 | nc_LDADD += $(abs_top_builddir)/tls/libtls.la |
| 18 | 18 | ||
| 19 | AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat | 19 | AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat |
| 20 | if OPENSSLDIR_DEFINED | ||
| 21 | AM_CPPFLAGS += -DDEFAULT_CA_FILE=\"@OPENSSLDIR@/cert.pem\" | ||
| 22 | else | ||
| 23 | AM_CPPFLAGS += -DDEFAULT_CA_FILE=\"$(sysconfdir)/ssl/cert.pem\" | ||
| 24 | endif | ||
| 25 | 20 | ||
| 26 | nc_SOURCES = atomicio.c | 21 | nc_SOURCES = atomicio.c |
| 27 | nc_SOURCES += netcat.c | 22 | nc_SOURCES += netcat.c |
