calling GetMD5 is OK when !PREFSMAN->m_bSignProfileData

This commit is contained in:
Glenn Maynard
2004-02-22 04:47:35 +00:00
parent 555cca6ec2
commit 6ad0103404
-2
View File
@@ -188,8 +188,6 @@ CString BinaryToHex( const unsigned char *string, int iNumBytes )
CString CryptManager::GetMD5( CString fn )
{
ASSERT( PREFSMAN->m_bSignProfileData );
struct MD5Context md5c;
unsigned char digest[16];
int iBytesRead;