From: Todd O. <to...@us...> - 2006-05-15 22:17:58
|
Update of /cvsroot/yassl/yassl/taocrypt In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv320/taocrypt Modified Files: taocrypt.dsp Log Message: add md4 support to TaoCrypt so yaSSL can support libcurl NTLM authentication Index: taocrypt.dsp =================================================================== RCS file: /cvsroot/yassl/yassl/taocrypt/taocrypt.dsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** taocrypt.dsp 26 Apr 2006 23:56:14 -0000 1.2 --- taocrypt.dsp 15 May 2006 22:17:55 -0000 1.3 *************** *** 147,150 **** --- 147,154 ---- # Begin Source File + SOURCE=.\src\md4.cpp + # End Source File + # Begin Source File + SOURCE=.\src\md5.cpp # End Source File *************** *** 247,250 **** --- 251,258 ---- # Begin Source File + SOURCE=.\include\md4.hpp + # End Source File + # Begin Source File + SOURCE=.\include\md5.hpp # End Source File |