[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/messenger/libpapillon/tasks
From:       Isaac Clerencia <isaac () warp ! es>
Date:       2007-06-19 18:06:08
Message-ID: 1182276368.715215.4820.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 677682 by isaac:

Add conversion to QByteArray from QCA::MemoryRegion


 M  +1 -1      challengetask.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/messenger/libpapillon/tasks/challengetask.cpp \
#677681:677682 @@ -97,7 +97,7 @@
 	Q_ASSERT( QCA::isSupported("md5") );
 
   	// Combine the received challenge string with the product key.
- 	QByteArray digest = QCA::arrayToHex( QCA::Hash("md5").hash( (challengeString + \
challengeProductKey).toUtf8() ) ).toUtf8(); + 	QByteArray digest = QCA::arrayToHex( \
QCA::Hash("md5").hash( (challengeString + challengeProductKey).toUtf8() \
).toByteArray() ).toUtf8();  
  	qDebug() << PAPILLON_FUNCINFO << "md5: " << digest;
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic