|
From: creecode <icr...@us...> - 2006-03-11 04:52:15
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4448/Common/headers Modified Files: langcrypt.h Log Message: replace caddr_t reference with unsigned char * for easier cross-platform compiling Index: langcrypt.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langcrypt.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langcrypt.h 10 Mar 2006 21:20:41 -0000 1.1 --- langcrypt.h 11 Mar 2006 04:52:12 -0000 1.2 *************** *** 1,4 **** /* prototypes */ ! boolean hmacmd5 (unsigned char *, int, unsigned char *, int, caddr_t); /* 2006-03-05 creedon */ --- 1,4 ---- /* prototypes */ ! boolean hmacmd5 (unsigned char *, int, unsigned char *, int, unsigned char *); /* 2006-03-05 creedon */ |