From 08d5b5180001d346e7762cf41151aa1f7ba20f31 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 30 Sep 2017 20:31:27 +0000 Subject: [PATCH] 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. --- crypto/openssh/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index b3187922baec..3b1178810f03 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. */