xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp
changeset 15 9b1f1fe06753
parent 0 e35f40988205
--- a/xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp	Tue Jan 26 13:19:26 2010 +0200
+++ b/xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp	Fri Apr 16 16:57:34 2010 +0300
@@ -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) {