branch | CompilerCompatibility |
changeset 11 | eedd0bd837c5 |
parent 8 | e65204f75c47 |
child 16 | d10d750052f0 |
--- 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)