fix memory leak

This commit is contained in:
Dr. Stephen Henson 2011-08-03 16:40:14 +00:00
parent 572712d82a
commit 1acd042c85

View File

@ -164,6 +164,7 @@ static int bind_helper(ENGINE *e)
e_rsax_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
e_rsax_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
e_rsax_rsa.bn_mod_exp = meth1->bn_mod_exp;
e_rsax_rsa.finish = meth1->finish;
#endif
return 1;
}