cppcheck: init this variable
This commit is contained in:
parent
86dd0323d0
commit
86dc22ad30
1 changed files with 1 additions and 1 deletions
|
@ -12087,7 +12087,7 @@ void PDFWriterImpl::computeEncryptionKey(sal_uInt8 *paThePaddedPassword, sal_uIn
|
|||
if( nError == rtl_Digest_E_None )
|
||||
nError = rtl_digest_updateMD5( m_aDigest, m_nDocID , sizeof( m_nDocID ) );
|
||||
//get the digest
|
||||
sal_uInt8 nMD5Sum[ RTL_DIGEST_LENGTH_MD5 ];
|
||||
sal_uInt8 nMD5Sum[ RTL_DIGEST_LENGTH_MD5 ] = {0};
|
||||
if( nError == rtl_Digest_E_None )
|
||||
{
|
||||
rtl_digest_getMD5( m_aDigest, nMD5Sum, sizeof( nMD5Sum ) );
|
||||
|
|
Loading…
Reference in a new issue