xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp
branchCompilerCompatibility
changeset 11 eedd0bd837c5
parent 8 e65204f75c47
--- a/xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp	Mon Mar 08 21:45:15 2010 +0000
+++ b/xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp	Sun Mar 14 13:16:21 2010 +0000
@@ -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) {