Re: CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Julio Merino
On 5/14/11 12:31 PM, Christos Zoulas wrote: On May 14, 12:29pm, j...@julipedia.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/sys/crypto/rijndael |> Declare for-loop control variable outside of the for statement to prevent |> a warning and therefore fix the build. | | Ah!

Re: CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Christos Zoulas
On May 14, 12:29pm, j...@julipedia.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/sys/crypto/rijndael | > Declare for-loop control variable outside of the for statement to prevent | > a warning and therefore fix the build. | | Ah! I just saw your warns=4 change. I presume m

Re: CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Julio Merino
On 5/14/11 12:27 PM, Julio Merino wrote: Module Name:src Committed By: jmmv Date: Sat May 14 16:27:50 UTC 2011 Modified Files: src/sys/crypto/rijndael: rijndael-api-fst.c Log Message: Declare for-loop control variable outside of the for statement to prevent a warning and

Re: CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Christos Zoulas
On May 14, 1:02pm, hann...@eis.cs.tu-bs.de (=?iso-8859-1?Q?J=FCrgen_Hannken-Illjes?=) wrote: -- Subject: Re: CVS commit: src/sys/crypto/rijndael | This breaks in src/regress/sys/crypto/rijndael: | | # compile rijndael/rijndael-api-fst.o | 486--netbsdelf-gcc -O2 -Wall -Wstrict-prototypes

Re: CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Jürgen Hannken-Illjes
On May 14, 2011, at 3:59 AM, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat May 14 01:59:19 UTC 2011 > > Modified Files: > src/sys/crypto/rijndael: rijndael-api-fst.c > > Log Message: > - don't assume aligned buffers. > - little KNF > > > To gene