aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-09 12:19:13 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-09 12:19:13 +0000
commit8f841c70c45850f2ff41a99f228a2a49f47b636a (patch)
tree521b954d0acab19452c2074dae1002ca00701f02 /crypto
parent052c0f276e97312e7dd526ef39b02dbed9a2682d (diff)
downloadopenssl-8f841c70c45850f2ff41a99f228a2a49f47b636a.tar.gz
The dissapearing destroy callback reappears
Diffstat (limited to 'crypto')
-rw-r--r--crypto/engine/hw_cswift.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/hw_cswift.c b/crypto/engine/hw_cswift.c
index 36b59b165f..1b4e4e876e 100644
--- 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) ||