From owner-svn-src-projects@freebsd.org Wed Jan 25 13:42:40 2017 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21590CBEFFF for ; Wed, 25 Jan 2017 13:42:40 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E56D9243; Wed, 25 Jan 2017 13:42:39 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0PDgd5D027203; Wed, 25 Jan 2017 13:42:39 GMT (envelope-from ae@FreeBSD.org) Received: (from ae@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0PDgdjw027202; Wed, 25 Jan 2017 13:42:39 GMT (envelope-from ae@FreeBSD.org) Message-Id: <201701251342.v0PDgdjw027202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ae set sender to ae@FreeBSD.org using -f From: "Andrey V. Elsukov" Date: Wed, 25 Jan 2017 13:42:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r312754 - projects/ipsec/sys/conf X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 13:42:40 -0000 Author: ae Date: Wed Jan 25 13:42:38 2017 New Revision: 312754 URL: https://svnweb.freebsd.org/changeset/base/312754 Log: When both IPSEC_SUPPORT and TCP_SIGNATURE options are specified, build xform_tcp.c into the kernel. Modified: projects/ipsec/sys/conf/files Modified: projects/ipsec/sys/conf/files ============================================================================== --- projects/ipsec/sys/conf/files Wed Jan 25 13:27:18 2017 (r312753) +++ projects/ipsec/sys/conf/files Wed Jan 25 13:42:38 2017 (r312754) @@ -4207,7 +4207,8 @@ netipsec/xform_ah.c optional ipsec inet netipsec/xform_esp.c optional ipsec inet | ipsec inet6 netipsec/xform_ipcomp.c optional ipsec inet | ipsec inet6 netipsec/xform_tcp.c optional ipsec inet tcp_signature | \ - ipsec inet6 tcp_signature + ipsec inet6 tcp_signature | ipsec_support inet tcp_signature | \ + ipsec_support inet6 tcp_signature netnatm/natm.c optional natm netnatm/natm_pcb.c optional natm netnatm/natm_proto.c optional natm