For Coverity.
This commit is contained in:
parent
ff21a16f7d
commit
9c48707c88
|
@ -58,7 +58,8 @@ MD5_HASH& MD5_HASH::operator=( const MD5_HASH& aOther )
|
|||
void MD5_HASH::Init()
|
||||
{
|
||||
m_valid = false;
|
||||
md5_init(&m_ctx);
|
||||
md5_init( &m_ctx );
|
||||
memset( m_hash, 0, 16 );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue