Date: Tue, 8 Sep 2020 18:58:38 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r365470 - in stable: 11/sys/modules/tcp 12/sys/modules/tcp Message-ID: <202009081858.088IwcjU099086@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Tue Sep 8 18:58:38 2020 New Revision: 365470 URL: https://svnweb.freebsd.org/changeset/base/365470 Log: MFC 361764: Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE' Modified: stable/11/sys/modules/tcp/Makefile Directory Properties: stable/11/ (props changed) Changes in other areas also in this revision: Modified: stable/12/sys/modules/tcp/Makefile Directory Properties: stable/12/ (props changed) Modified: stable/11/sys/modules/tcp/Makefile ============================================================================== --- stable/11/sys/modules/tcp/Makefile Tue Sep 8 18:49:58 2020 (r365469) +++ stable/11/sys/modules/tcp/Makefile Tue Sep 8 18:58:38 2020 (r365470) @@ -14,7 +14,7 @@ _tcp_fastpath= fastpath .if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \ defined(ALL_MODULES) -.if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MIPSEC} +.if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MTCP_SIGNATURE} _tcpmd5= tcpmd5 .endif .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009081858.088IwcjU099086>