Author: des Date: Fri Mar 3 14:25:55 2017 New Revision: 314601 URL: https://svnweb.freebsd.org/changeset/base/314601
Log: 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 Modified: head/crypto/openssh/config.h Modified: head/crypto/openssh/config.h ============================================================================== --- head/crypto/openssh/config.h Fri Mar 3 14:19:37 2017 (r314600) +++ head/crypto/openssh/config.h Fri Mar 3 14:25:55 2017 (r314601) @@ -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. */ _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"