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

don't check for openssl libcrypto by default on Windows #35

Merged
merged 1 commit into from
Sep 29, 2023
Merged

don't check for openssl libcrypto by default on Windows #35

merged 1 commit into from
Sep 29, 2023

Conversation

DanTheMann15
Copy link
Contributor

1Conan/tsschecker uses winapi bcrypt for it's hashing functions on Windows so it is unnecessary for configure to check for openssl libcrypto by default on Windows.

Fixes Package requirements (libcrypto >= 1.0) were not met

Configure will only check for openssl libcrypto if you specify --with-libcrypto
or it'll still be default if you are using a non-Windows/Mac platform (e.g Linux).

Tested on MSYS2 Mingw64 without openssl installed and was able to fully build tsschecker and dependencies with no trouble whatsoever.

1Conan/tsschecker uses winapi bcrypt for it's hashing functions so it is unnecessary for configure to check for openssl libcrypto on by default Windows.
@Cryptiiiic Cryptiiiic merged commit c21933f into 1Conan:main Sep 29, 2023
1 of 9 checks passed
@DanTheMann15 DanTheMann15 deleted the DTM15-no-default-libcrypto-win branch September 30, 2023 03:18
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