Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/regress/sys/crypto
Module Name: src
Committed By: christos
Date: Sat May 14 16:26:23 UTC 2011
Modified Files:
src/regress/sys/crypto: Makefile.inc
src/regress/sys/crypto/blowfish: bftest.c
src/regress/sys/crypto/rijndael: rijndaeltest.c
Log Message:
Turn on WARNS to 4, so that magically -std=gnu99 gets turned on and fix
the few warnings. Since the kernel uses c99, this makes kernel code that
uses c99 features compile.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/regress/sys/crypto/Makefile.inc
cvs rdiff -u -r1.5 -r1.6 src/regress/sys/crypto/blowfish/bftest.c
cvs rdiff -u -r1.7 -r1.8 src/regress/sys/crypto/rijndael/rijndaeltest.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index