From 093a8f8daf309b6cefc6a9f3ebd217938fcceb6a Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 3 Jun 2020 18:42:28 +0000 Subject: [PATCH] Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE' --- sys/modules/tcp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/tcp/Makefile b/sys/modules/tcp/Makefile index e811b44ced16..3def63255fd9 100644 --- a/sys/modules/tcp/Makefile +++ b/sys/modules/tcp/Makefile @@ -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