diff -r e724ec518437 -r 9b1f1fe06753 xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp --- 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) {