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:
28dd49f
)
fix memory leak
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 3 Aug 2011 16:39:58 +0000
(16:39 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 3 Aug 2011 16:39:58 +0000
(16:39 +0000)
crypto/engine/eng_rsax.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_rsax.c
b/crypto/engine/eng_rsax.c
index 72185d686bf436dcb7e7481501831e76b37758a6..3ac265cf7de2835bf8be893da6fe999dcfc5303c 100644
(file)
--- a/
crypto/engine/eng_rsax.c
+++ b/
crypto/engine/eng_rsax.c
@@
-163,6
+163,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;
}