For some reason, the random number support removed the destructor

This commit is contained in:
Richard Levitte 2002-10-05 20:54:09 +00:00
parent 97ebe047d0
commit 6fed88113b

View 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) ||