I use a different implementation of crypto instead of openssl's.
But there seems to be a bug in the implementation of the sc_hash function that calls EVP_DigestFinal_ex
In OpenSSL code nothing was done for "ctx->digest->cleanup". It is NULL. And hence it works fine!
However, the implementation I use implements it. And because of the bug, the crypto implementation that I use fails!
Has anyone else faced similar problem? Is there a patch available for this?
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
