I'm using the EVP_Sign and EVP_Verify functions. The man pages say you need to call EVP_MD_CTX_cleanup to avoid memory leaks. How do you use this? I am trying:
EVP_MD_CTX_cleanup() as well as EVP_MD_CTX_cleanup(md_ctx) (assuming md_ctx was the context initialized in EVP_SignInit) but I get "undefined reference to EVP_MD_CTX_cleanup" when the linker tries to run. Any suggestions? __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
