We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aafc45 commit 8e2f930Copy full SHA for 8e2f930
src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.Initialization.cs
@@ -24,11 +24,6 @@ static SslInitializer()
24
25
//Call ssl specific initializer
26
Ssl.EnsureLibSslInitialized();
27
- if (Interop.Crypto.ErrPeekLastError() != 0)
28
- {
29
- // It is going to be wrapped in a type load exception but will have the error information
30
- throw Interop.Crypto.CreateOpenSslCryptographicException();
31
- }
32
}
33
#endif
34
0 commit comments