Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/crypto/rijndael
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 generate a diff of this commit:
> cvs rdiff -u -r1.21 -r1.22 src/sys/crypto/rijndael/rijndael-api-fst.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
This breaks in src/regress/sys/crypto/rijndael:
# compile rijndael/rijndael-api-fst.o
486--netbsdelf-gcc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wno-sign-compare -no-traditional -Wa,--fatal-warnings -Werror
--sysroot=/work/build/obj/dest.i386 -I/work/build/src/sys
"-Dpanic(x)=abort()" -c src/sys/crypto/rijndael/rijndael-api-fst.c
src/sys/crypto/rijndael/rijndael-api-fst.c: In function 'xor16':
src/sys/crypto/rijndael/rijndael-api-fst.c:57: error: 'for' loop initial
declaration used outside C99 mode
--
Jürgen Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig
(Germany)
Home |
Main Index |
Thread Index |
Old Index