Skip to content

Commit

Permalink
For some reason, the random number support removed the destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Oct 5, 2002
1 parent 97ebe04 commit 6fed881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/engine/hw_cswift.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) ||
Expand Down

0 comments on commit 6fed881

Please sign in to comment.