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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to