Re: ipsec(4): cleanup ipcomp

2021-10-24 Thread Alexander Bluhm
On Sun, Oct 24, 2021 at 08:01:49PM +0200, Tobias Heider wrote: > On Sun, Oct 24, 2021 at 07:16:27PM +0200, Tobias Heider wrote: > > On Sun, Oct 24, 2021 at 07:10:22PM +0200, Tobias Heider wrote: > > > The diff below removes ipcomp_input_cb(), ipcomp_output_cb() and some > > > other > > > things

Re: ipsec(4): cleanup ipcomp

2021-10-24 Thread Tobias Heider
On Sun, Oct 24, 2021 at 07:16:27PM +0200, Tobias Heider wrote: > On Sun, Oct 24, 2021 at 07:10:22PM +0200, Tobias Heider wrote: > > The diff below removes ipcomp_input_cb(), ipcomp_output_cb() and some other > > things related to the old crypto API. > > > > ok? > > small update to move ip6_hdr

Re: ipsec(4): cleanup ipcomp

2021-10-24 Thread Tobias Heider
On Sun, Oct 24, 2021 at 07:10:22PM +0200, Tobias Heider wrote: > The diff below removes ipcomp_input_cb(), ipcomp_output_cb() and some other > things related to the old crypto API. > > ok? small update to move ip6_hdr out of '#if NBPFILTER > 0' Index: ip_ipcomp.c

ipsec(4): cleanup ipcomp

2021-10-24 Thread Tobias Heider
The diff below removes ipcomp_input_cb(), ipcomp_output_cb() and some other things related to the old crypto API. ok? Index: ip_ipcomp.c === RCS file: /cvs/src/sys/netinet/ip_ipcomp.c,v retrieving revision 1.84 diff -u -p -r1.84