xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp
branchRCL_3
changeset 8 e65204f75c47
parent 0 e35f40988205
--- a/xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp	Wed Feb 03 11:49:58 2010 +0000
+++ b/xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp	Sat Feb 20 00:38:59 2010 +0200
@@ -259,7 +259,7 @@
 				 xmlSecTransformCtxPtr transformCtx) {
     xmlSecSize inSize, outSize;
     int blockLen, outLen = 0;
-    xmlSecByte* inBuf;
+    //xmlSecByte* inBuf;
     xmlSecByte* outBuf;
     int ret;
     
@@ -290,7 +290,7 @@
 			"size=%d", blockLen);
 	    return(-1);
 	}
-	inBuf = xmlSecBufferGetData(in);
+	//inBuf = xmlSecBufferGetData(in);
 
     } else {
 	if(inSize != (xmlSecSize)blockLen) {