Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid pulling Ssl internals to other assemblies #69539

Merged
merged 1 commit into from
May 20, 2022
Merged

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented May 19, 2022

Interop.Ssl.cs need many other types. This change moves EnsureLibSslInitialized to Interop.Initialization.cs so it is sufficient to include only that file (as comment promise)

@wfurt wfurt requested a review from a team May 19, 2022 03:52
@wfurt wfurt self-assigned this May 19, 2022
@ghost
Copy link

ghost commented May 19, 2022

Tagging subscribers to this area: @dotnet/ncl, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Interop.Ssl.cs need many other types. This change moves EnsureLibSslInitialized to Interop.Initialization.cs so it is sufficient to include only that file (as comment promise)

Author: wfurt
Assignees: wfurt
Labels:

area-System.Net.Security

Milestone: -

@wfurt wfurt merged commit fa3a089 into dotnet:main May 20, 2022
@wfurt wfurt deleted the SslInit branch May 20, 2022 05:23
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2022
@karelz karelz added this to the 7.0.0 milestone Jul 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants