calling GetMD5 is OK when !PREFSMAN->m_bSignProfileData
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user