branch | RCL_3 |
changeset 8 | e65204f75c47 |
parent 0 | e35f40988205 |
child 12 | d10d750052f0 |
--- 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)