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

add tests for older windows versions and fix bcrypt detection #296

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

malytomas
Copy link

fixes: #287

some explanation: it is possible there were mistakes in older versions of windows sdk, however, this does not manifest in your tests as you are using vcpkg, which actually forces selecting latest available sdk, however this was not the default until cmake 3.27.

either way, this version with try_compile works correctly without vcpkg even with the older windows sdk.

this PR also adds more tests, specifically for both OpenSSL and BCrypt on both windows 2019 and 2022.

@malytomas
Copy link
Author

I have also added tests for 32bit windows in another branch. I can add it here too, if you are interested.

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.

incorrectly detecting if bcrypt is available
2 participants