diff -r d2801e68661f -r e65204f75c47 xmlsecurityengine/xmlseccrypto/src/xmlsecc_ciphers.cpp --- 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) {