[ESRG-CVS] sfesrg/esrgpcpj/gfsw gfsw.c,1.26,1.27
Brought to you by:
dtashley
|
From: David T. A. <dta...@us...> - 2009-11-28 00:09:55
|
Update of /cvsroot/esrg/sfesrg/esrgpcpj/gfsw In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8441 Modified Files: gfsw.c Log Message: Addition of SHA512 module. Index: gfsw.c =================================================================== RCS file: /cvsroot/esrg/sfesrg/esrgpcpj/gfsw/gfsw.c,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** gfsw.c 27 Nov 2009 22:30:37 -0000 1.26 --- gfsw.c 28 Nov 2009 00:09:41 -0000 1.27 *************** *** 14,17 **** --- 14,18 ---- #include "crchashfuncs.h" #include "esrg_md5.h" + #include "esrg_sha512.h" /* *************** *** 1250,1253 **** --- 1251,1257 ---- /****************************************************************************** ** $Log$ + ** Revision 1.27 2009/11/28 00:09:41 dtashley + ** Addition of SHA512 module. + ** ** Revision 1.26 2009/11/27 22:30:37 dtashley ** Warnings from newer version of Visual Studio addressed. |