Skip to content

Commit

Permalink
Remove OpenSSL error queue checking after initialization (#65501)
Browse files Browse the repository at this point in the history
Co-authored-by: Radek Zikmund <r.zikmund.rz@gmail.com>
  • Loading branch information
github-actions[bot] and rzikm committed Mar 10, 2022
1 parent 1095bbd commit bcd6042
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ static SslInitializer()

//Call ssl specific initializer
Ssl.EnsureLibSslInitialized();
if (Interop.Crypto.ErrPeekLastError() != 0)
{
// It is going to be wrapped in a type load exception but will have the error information
throw Interop.Crypto.CreateOpenSslCryptographicException();
}
}
#endif

Expand Down

0 comments on commit bcd6042

Please sign in to comment.