Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine committed Oct 17, 2024
1 parent f04a1d0 commit ac6ac5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/s2n_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ int s2n_disable_atexit(void)
return S2N_SUCCESS;
}

int s2n_enable_atexit(void)
{
atexit_cleanup = true;
return S2N_SUCCESS;
}

int s2n_init(void)
{
/* USAGE-GUIDE says s2n_init MUST NOT be called more than once
Expand Down

0 comments on commit ac6ac5b

Please sign in to comment.