summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-03-03 14:25:55 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-03-03 14:25:55 +0000
commit0999bc48815b7966b55444bac28c2407dc80358a (patch)
tree54fe80f4dd2171ab5a7b6c1c266d78984eccf2d0 /crypto
parent6fd86cf752cba9dffc288c85c25bcade6f2f79f1 (diff)
downloadsrc-test2-0999bc48815b7966b55444bac28c2407dc80358a.tar.gz
src-test2-0999bc48815b7966b55444bac28c2407dc80358a.zip
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. Reported by: ngie
Notes
Notes: svn path=/head/; revision=314601
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 729edba7c3b7..63418ab07eb9 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. */