diff -r cc18bc66e5ae -r eedd0bd837c5 xmlsecurityengine/xmlseccrypto/src/xmlsecc_md.cpp --- a/xmlsecurityengine/xmlseccrypto/src/xmlsecc_md.cpp Mon Mar 08 21:45:15 2010 +0000 +++ b/xmlsecurityengine/xmlseccrypto/src/xmlsecc_md.cpp Sun Mar 14 13:16:21 2010 +0000 @@ -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)