summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-09-30 20:31:27 +0000
committerngie <ngie@FreeBSD.org>2017-09-30 20:31:27 +0000
commitc2416c41bd205493d6e3d487a09bb5f894ba9cb4 (patch)
tree188c3a106c46f0756d7e9394a47feb000be94599
parent5b5b39d2025636a8e22799d0d14e1659af9e54fd (diff)
downloadFreeBSD-src-c2416c41bd205493d6e3d487a09bb5f894ba9cb4.zip
FreeBSD-src-c2416c41bd205493d6e3d487a09bb5f894ba9cb4.tar.gz
MFC r314601:
r314601 (by des): Re-apply part of r311585 which was inadvertantly reverted in the upgrade to 7.3p1. The other part (which adds -DLIBWRAP to sshd's CFLAGS) is still in place.
-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 b318792..3b11788 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -1438,7 +1438,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