--- 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) {