You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s2n_init() opens /dev/urandom and overrides OpenSSL's entropy gathering routines, but there is no corresponding s2n_finalize() call to undo this operation.