Re: [PATCH 4/4] add the algorithm to IPsec

2006-10-21 Thread Herbert Xu
On Wed, Oct 18, 2006 at 11:26:23AM +0900, Kazunori MIYAZAWA wrote: > > diff --git a/net/xfrm/xfrm_algo.c b/net/xfrm/xfrm_algo.c > index 5a0dbeb..e03eadd 100644 > --- a/net/xfrm/xfrm_algo.c > +++ b/net/xfrm/xfrm_algo.c > @@ -119,6 +119,24 @@ static struct xfrm_algo_desc aalg_list[] >

[PATCH 4/4] add the algorithm to IPsec

2006-10-17 Thread Kazunori MIYAZAWA
The glue of xfrm. Signed-off-by: Kazunori MIYAZAWA <[EMAIL PROTECTED]> --- include/linux/pfkeyv2.h |1 + net/xfrm/xfrm_algo.c| 18 ++ 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/include/linux/pfkeyv2.h b/include/linux/pfkeyv2.h index d5dd471..636e0fb