Hi Simon,

* Simon Josefsson wrote on Fri, Oct 21, 2005 at 02:02:58PM CEST:
> I have installed this.

A quick glance showed up the nit below.

Cheers,
Ralf

*snip*
> Index: lib/arctwo.h
> ===================================================================
> RCS file: lib/arctwo.h
> diff -N lib/arctwo.h
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ lib/arctwo.h      21 Oct 2005 12:02:14 -0000
> @@ -0,0 +1,63 @@
*snip*
> +
> +#define arctwo_setkey(context,keylen,key) \
> +  arctwo_setkey_ekb (context, keylen, key, 8 * keylen)

Ouch.  `8 * (keylen)' would be safer.


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to