Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 18:42:28 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361764 - head/sys/modules/tcp
Message-ID:  <202006031842.053IgSsa098597@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Wed Jun  3 18:42:28 2020
New Revision: 361764
URL: https://svnweb.freebsd.org/changeset/base/361764

Log:
  Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE'

Modified:
  head/sys/modules/tcp/Makefile

Modified: head/sys/modules/tcp/Makefile
==============================================================================
--- head/sys/modules/tcp/Makefile	Wed Jun  3 18:29:32 2020	(r361763)
+++ head/sys/modules/tcp/Makefile	Wed Jun  3 18:42:28 2020	(r361764)
@@ -16,7 +16,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006031842.053IgSsa098597>