summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-04 17:26:28 +0000
committerngie <ngie@FreeBSD.org>2017-02-04 17:26:28 +0000
commit000375ec918657e4bc9189622c5b460f104dce1d (patch)
treebd5f967dc3ec46c6a0727638b860a2480abdbc73 /crypto
parentecf2f59eff58c705a0d5187f3e7614df3015e4af (diff)
downloadFreeBSD-src-000375ec918657e4bc9189622c5b460f104dce1d.zip
FreeBSD-src-000375ec918657e4bc9189622c5b460f104dce1d.tar.gz
MFC r311585:
Conditionalize building libwrap support into sshd Only build libwrap support into sshd if MK_TCP_WRAPPERS != no This will unbreak the build if libwrap has been removed from the system PR: 210141
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index 364ebe3..ca1ce8e 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -1408,7 +1408,7 @@
/* #undef LASTLOG_WRITE_PUTUTXLINE */
/* Define if you want TCP Wrappers support */
-#define LIBWRAP 1
+/* #undef LIBWRAP */
/* Define to whatever link() returns for "not supported" if it doesn't return
EOPNOTSUPP. */
OpenPOWER on IntegriCloud