RE: OpenSSL digest

2005-07-25 Thread Milan Tomic
> Are you cool to add the code in the > destructor? OK. > I've been doing optimisation work > all over > the place I'm very happy to hear this. :)

Re: OpenSSL digest

2005-07-25 Thread Berin Lautenbach
Hmm - you're right. Not good. Are you cool to add the code in the destructor? I'd fix it - but my checked out copy is broken at the moment, so I wouldn't be able to test. (I've been doing optimisation work all over the place - I found this site ( http://xmlbench.sourceforge.net/ ) that ben

OpenSSL digest

2005-07-25 Thread Milan Tomic
Berin, While examining OpenSSLCryptoHash.cpp, I have noticed that destructor is empty and that call to EVP_MD_CTX_cleanup() is missing in it, as it is shown in this example: http://www.die.net/doc/linux/man/man3/evp_md_ctx_cleanup.3.html Best regards, Milan