diff -r d2801e68661f -r e65204f75c47 xmlsecurityengine/xmlseccrypto/src/xmlsecc_md.cpp --- a/xmlsecurityengine/xmlseccrypto/src/xmlsecc_md.cpp Wed Feb 03 11:49:58 2010 +0000 +++ b/xmlsecurityengine/xmlseccrypto/src/xmlsecc_md.cpp Sat Feb 20 00:38:59 2010 +0200 @@ -51,7 +51,7 @@ md_open (sc_md_hd_t *h, int algo, int secure, int hmac) { TInt err = KErrNone; - int bufsize = secure ? 512 : 1024; + //int bufsize = secure ? 512 : 1024; sc_md_hd_t hd; hd = (sc_md_hd_t)malloc (sizeof (struct sc_md_handle)); if (! hd)