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

List:       kde-commits
Subject:    branches/KDE/3.5/kdenetwork/kopete/protocols/meanwhile
From:       Jeremy Kerr <jk () ozlabs ! org>
Date:       2007-12-17 13:17:26
Message-ID: 1197897446.062651.19763.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 749619 by jkerr:

Add RC-168 cipher support for meanwhile connections

We need to allow RC-128 for some servers.


 M  +2 -0      meanwhilesession.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/meanwhile/meanwhilesession.cpp #749618:749619
@@ -118,6 +118,7 @@
 
     /* add a necessary cipher */
     mwSession_addCipher(session, mwCipher_new_RC2_40(session));
+    mwSession_addCipher(session, mwCipher_new_RC2_128(session));
 }
 
 MeanwhileSession::~MeanwhileSession()
@@ -137,6 +138,7 @@
     mwService_free(MW_SERVICE(imService));
     mwService_free(MW_SERVICE(awareService));
     mwCipher_free(mwSession_getCipher(session, mwCipher_RC2_40));
+    mwCipher_free(mwSession_getCipher(session, mwCipher_RC2_128));
 
     mwSession_free(session);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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