projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572712d
)
fix memory leak
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 3 Aug 2011 16:40:14 +0000
(16:40 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 3 Aug 2011 16:40:14 +0000
(16:40 +0000)
crypto/engine/eng_rsax.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_rsax.c
b/crypto/engine/eng_rsax.c
index 82952356a5fbca3342f5645ef3e2cf304e2f1462..985f4ed1ca863ca7e2855dc532ddc876020d0a39 100644
(file)
--- a/
crypto/engine/eng_rsax.c
+++ b/
crypto/engine/eng_rsax.c
@@
-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;
}