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

Replace winapi with windows-sys #525

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Replace winapi with windows-sys #525

merged 1 commit into from
Aug 21, 2023

Conversation

DBLouis
Copy link
Contributor

@DBLouis DBLouis commented Aug 20, 2023

No description provided.

@@ -104,7 +97,9 @@ mod win {
match valid_uses {
ValidUses::All => {}
ValidUses::Oids(ref oids) => {
let oid = szOID_PKIX_KP_SERVER_AUTH.to_owned();
let oid = CStr::from_ptr(szOID_PKIX_KP_SERVER_AUTH as *const _)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DBLouis
Copy link
Contributor Author

DBLouis commented Aug 21, 2023

Can someone restart the CI actions please. There was a network error.

Copy link
Owner

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@alexcrichton alexcrichton merged commit 3dc0872 into alexcrichton:main Aug 21, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants