Anton Burticica

Results 11 issues of Anton Burticica

There is a pretty strange bug when using OpenSSL on Linux when it calls `C_CloseAllSessions` and `C_Finalize`. This PR disables `tracing::instrument` usage for those two functions. When using #[instrument] trait...