Re: svn commit: r361632 - in head/sys: conf modules/ipsec modules/tcp/tcpmd5

2020-05-29 Thread John Baldwin
On 5/29/20 12:21 PM, John Baldwin wrote: > Author: jhb > Date: Fri May 29 19:21:35 2020 > New Revision: 361632 > URL: https://svnweb.freebsd.org/changeset/base/361632 > > Log: > Honor opt_ipsec.h from kernel builds. > > To make this simpler, set the default contents of opt_ipsec.h > for s

svn commit: r361632 - in head/sys: conf modules/ipsec modules/tcp/tcpmd5

2020-05-29 Thread John Baldwin
Author: jhb Date: Fri May 29 19:21:35 2020 New Revision: 361632 URL: https://svnweb.freebsd.org/changeset/base/361632 Log: Honor opt_ipsec.h from kernel builds. To make this simpler, set the default contents of opt_ipsec.h for standalone modules in sys/conf/config.mk. Reviewed by: i