From 6a0d17a794a39edc2c5eafcc5f1d48f678d6d7e9 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 24 Mar 2016 14:25:31 +0100 Subject: [PATCH 172/257] OpenSSH: Disable tcp wrapper support Obtained from: ElectroBSD --- 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 364ebe33e2ef..a26c7647c913 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 1 */ /* Define to whatever link() returns for "not supported" if it doesn't return EOPNOTSUPP. */ -- 2.11.0