From 6ad01034047f30f0578aa7855f7cd07bbca4e933 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 22 Feb 2004 04:47:35 +0000 Subject: [PATCH] calling GetMD5 is OK when !PREFSMAN->m_bSignProfileData --- stepmania/src/CryptManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/CryptManager.cpp b/stepmania/src/CryptManager.cpp index 5549bfa0d9..96cd3c9e2a 100644 --- a/stepmania/src/CryptManager.cpp +++ b/stepmania/src/CryptManager.cpp @@ -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;