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

some CRYPT_ACQUIRE_* flag consts are of type u32 not CRYPT_ACQUIRE_FLAGS #1706

Closed
Ben-Lichtman opened this issue Sep 13, 2023 · 0 comments · Fixed by #1710
Closed

some CRYPT_ACQUIRE_* flag consts are of type u32 not CRYPT_ACQUIRE_FLAGS #1706

Ben-Lichtman opened this issue Sep 13, 2023 · 0 comments · Fixed by #1710

Comments

@Ben-Lichtman
Copy link

Some examples: CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG and CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK

These should take the type of CRYPT_ACQUIRE_FLAGS much like most of the CRYPT_ACQUIRE_* flags

(Found in windows::Win32::Security::Cryptography)

@Ben-Lichtman Ben-Lichtman changed the title some CRYPT_ACQUIRE_* flags are of type u32 not CRYPT_ACQUIRE_FLAGS some CRYPT_ACQUIRE_* flag consts are of type u32 not CRYPT_ACQUIRE_FLAGS Sep 13, 2023
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 a pull request may close this issue.

1 participant