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:
052c0f2
)
The dissapearing destroy callback reappears
author
Richard Levitte
<levitte@openssl.org>
Wed, 9 Oct 2002 12:19:13 +0000
(12:19 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 9 Oct 2002 12:19:13 +0000
(12:19 +0000)
crypto/engine/hw_cswift.c
patch
|
blob
|
history
diff --git
a/crypto/engine/hw_cswift.c
b/crypto/engine/hw_cswift.c
index 36b59b165fadc8eb9f9955b3477c442c417a2b51..1b4e4e876ecac0253d85a74b3a839efe8a8bd1f1 100644
(file)
--- a/
crypto/engine/hw_cswift.c
+++ b/
crypto/engine/hw_cswift.c
@@
-225,6
+225,7
@@
static int bind_helper(ENGINE *e)
!ENGINE_set_DH(e, &cswift_dh) ||
#endif
!ENGINE_set_RAND(e, &cswift_random) ||
+ !ENGINE_set_destroy_function(e, cswift_destroy) ||
!ENGINE_set_init_function(e, cswift_init) ||
!ENGINE_set_finish_function(e, cswift_finish) ||
!ENGINE_set_ctrl_function(e, cswift_ctrl) ||