Hey guys, I noticed a little omission which makes the code of the example found in the man page for EVP_DigestInit(3) to loose bytes. The issue is that it misses the freeing function EVP_cleanup() at the end which should be used to free what OpenSSL_add_all_digests() has allocated.
Regards, Mihai ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org