Update of /cvsroot/wpdev/wolfpack/twofish
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3844/twofish
Modified Files:
twofish2.c
Log Message:
fixes several compiler warnings
Index: twofish2.c
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/twofish/twofish2.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** twofish2.c 12 Aug 2004 12:13:33 -0000 1.4
--- twofish2.c 22 Aug 2004 02:29:53 -0000 1.5
***************
*** 1173,1175 ****
return x - TwofishCodeStart();
};
! #endif
\ No newline at end of file
--- 1173,1176 ----
return x - TwofishCodeStart();
};
! #endif
!
|