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 force static crypto dependency in case of a static build #3395

Merged
merged 4 commits into from
Jul 21, 2022

Conversation

SergeyRyabinin
Copy link
Contributor

@SergeyRyabinin SergeyRyabinin commented Jul 14, 2022

Resolved issues:

Allows build of apps/libs using s2n built in a static mode on a systems without static openssl lib installed/available.

Description of changes:

Right now s2n's cmake script FindCrypto forces usage of static (OpenSSL by default) crypto library if static build config has been requested.

Call-outs:

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? Are there any testing steps to be verified by the reviewer?
Just build.
Is this a refactor change? If so, how have you proved that the intended behavior hasn't changed?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft requested a review from JonathanHenson July 14, 2022 22:17
@dougch dougch self-requested a review July 19, 2022 18:44
@dougch dougch enabled auto-merge (squash) July 19, 2022 18:44
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.

4 participants