svn commit: r365470 - in stable: 11/sys/modules/tcp 12/sys/modules/tcp

John Baldwin jhb at FreeBSD.org
Tue Sep 8 18:58:39 UTC 2020


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/12/sys/modules/tcp/Makefile
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/sys/modules/tcp/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/sys/modules/tcp/Makefile
==============================================================================
--- stable/12/sys/modules/tcp/Makefile	Tue Sep  8 18:49:58 2020	(r365469)
+++ stable/12/sys/modules/tcp/Makefile	Tue Sep  8 18:58:38 2020	(r365470)
@@ -14,7 +14,7 @@ _tcp_rack= 	rack
 
 .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


More information about the svn-src-all mailing list