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

Added an explicit include for rsa.h, needed for openssl 1.1.1+ support #794

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

johnhe4
Copy link

@johnhe4 johnhe4 commented Oct 17, 2023

Cross-compiling on my Intel mac for an arm64 mac failed at the build phase due to a missing include for rsa.h. I tested on v0.13.0 but was unable to test on master due to a cmake error (I can make a separate ticket for that if needed).

I depend on OpenSSL 1.1.1w (for better cross-compilation support) and am guessing older releases of OpenSSL have a different include graph that must indirectly include rsa.h.

@alanxz
Copy link
Owner

alanxz commented Oct 19, 2023

@johnhe4 would you mind filing an issue for the CMake problem you had in the master branch?

@johnhe4
Copy link
Author

johnhe4 commented Oct 23, 2023

@johnhe4 would you mind filing an issue for the CMake problem you had in the master branch?

Here is the issue I quoted earlier: #796. This isn't an issue on v0.13.0.

Here is the one I care more about: #795. This is on the v0.13.0 branch.

@alanxz alanxz merged commit a2d04a4 into alanxz:master Oct 24, 2023
14 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