@ -59,6 +59,7 @@ void MD5_HASH::Init()
{
m_valid = false;
md5_init( &m_ctx );
memset( m_hash, 0, 16 );
}