xmlsecurityengine/xmlseccrypto/src/xmlsecc_cryptowrapper.cpp
branchCompilerCompatibility
changeset 11 eedd0bd837c5
parent 8 e65204f75c47
--- a/xmlsecurityengine/xmlseccrypto/src/xmlsecc_cryptowrapper.cpp	Mon Mar 08 21:45:15 2010 +0000
+++ b/xmlsecurityengine/xmlseccrypto/src/xmlsecc_cryptowrapper.cpp	Sun Mar 14 13:16:21 2010 +0000
@@ -149,7 +149,7 @@
 		if (ivlen > c->blocksize)
 		  ivlen = c->blocksize;
 
-		TInt len = ivlen;
+		
 	 	TRAP( error, c->iv = HBufC8::NewL(ivlen) );
         if ( error )    //!= KErrNone
             {