|
From: Andre R. <and...@us...> - 2006-03-12 18:42:24
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25002/Common/headers Modified Files: whirlpool.h Log Message: Fix compiler warnings. Index: whirlpool.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/whirlpool.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** whirlpool.h 10 Mar 2006 21:20:41 -0000 1.1 --- whirlpool.h 12 Mar 2006 18:42:20 -0000 1.2 *************** *** 131,137 **** /* prototypes */ /* 2006-03-06 creedon */ ! void NESSIEinit (NESSIEstruct *); ! void NESSIEadd (const unsigned char * const, unsigned long, NESSIEstruct *); ! void NESSIEfinalize (NESSIEstruct *, unsigned char *); void makeNESSIETestVectors (); void testAPI (void); --- 131,137 ---- /* prototypes */ /* 2006-03-06 creedon */ ! void NESSIEinit (NESSIEstruct * const); ! void NESSIEadd (const unsigned char * const, unsigned long, NESSIEstruct * const); ! void NESSIEfinalize (NESSIEstruct * const, unsigned char * const); void makeNESSIETestVectors (); void testAPI (void); |