Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2006 10:54:15 +0300
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        gnn@freebsd.org
Cc:        bz@freebsd.org, freebsd-current@freebsd.org
Subject:   Re: Opencrypto changes. Review request. 
Message-ID:  <E1FgzoN-000IUx-6v@cs1.cs.huji.ac.il>
In-Reply-To: Your message of Thu, 18 May 2006 10:10:38 -0700 .

next in thread | raw e-mail | index | archive | help
> Hi,
> 
> I finally went over at least the netipsec part and it looks fine to
> me.
> 
> Later,
> George

I don't know if this applies, but on -STABLE 
	/usr/include/crypto/rijndael.h
void    rijndael_set_key(rijndael_ctx *, const u_char *, int);

refers to the kernel version while libssh has a different idea:
	void     rijndael_set_key(rijndael_ctx *, u_char *, int, int);

thanks,
	danny





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FgzoN-000IUx-6v>