keep a Guid in Profile

This commit is contained in:
Chris Danford
2004-03-14 17:49:38 +00:00
parent 105f307d5f
commit 063c2cf3a4
5 changed files with 45 additions and 17 deletions
+1
View File
@@ -40,6 +40,7 @@ void CryptManager::GenerateRSAKey( unsigned int keyLength, CString privFilename,
{
ASSERT( PREFSMAN->m_bSignProfileData );
// Does the RNG need to be inited and seeded every time?
random_init();
random_add_noise( seed );