From: Jeffrey D. <ha...@us...> - 2003-12-30 00:21:42
|
Log Message: ----------- decal should be able to build now Modified Files: -------------- /cvsroot/decaldev/source/Decal: ACHooks.cpp Revision Data ------------- Index: ACHooks.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Decal/ACHooks.cpp,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- ACHooks.cpp 23 Dec 2003 01:20:31 -0000 1.71 +++ ACHooks.cpp 30 Dec 2003 00:21:41 -0000 1.72 @@ -910,8 +910,8 @@ crypt.Initialize( PROV_RSA_FULL, "Decal_Memlocs", MS_DEF_PROV, CRYPT_NEWKEYSET ); CCryptMD5Hash hash; - hash.Initialize( DECAL_KEY ); - hash.AddString( szKey ); + hash.Initialize( crypt ); + hash.AddString( DECAL_KEY ); CCryptDerivedKey key; key.Initialize( crypt, hash ); |