[ActiveLock-Development] CVS: alcrypto MD5.C,1.2,1.3
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-07-31 05:38:01
|
Update of /cvsroot/activelock/alcrypto In directory sc8-pr-cvs1:/tmp/cvs-serv31561 Modified Files: MD5.C Log Message: Oops! Forgot to update the change log. Index: MD5.C =================================================================== RCS file: /cvsroot/activelock/alcrypto/MD5.C,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- MD5.C 31 Jul 2003 05:07:02 -0000 1.2 +++ MD5.C 31 Jul 2003 05:37:58 -0000 1.3 @@ -76,7 +76,8 @@ * * Date (MM/DD/YY) Author Description * --------------- ----------- -------------------------------------------------------------- - * 07/27/03 th2tran adapted from PuTTY project for used by ActiveLock project. + * 07/27/03 th2tran Adapted from PuTTY project for used by ActiveLock project. + * 07/31/03 th2tran Added md5_hash() function. * ***********************************************************************************************/ |