The dissapearing destroy callback reappears
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Oct 2002 12:19:13 +0000 (12:19 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 9 Oct 2002 12:19:13 +0000 (12:19 +0000)
crypto/engine/hw_cswift.c

index 36b59b165fadc8eb9f9955b3477c442c417a2b51..1b4e4e876ecac0253d85a74b3a839efe8a8bd1f1 100644 (file)
@@ -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) ||