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

Resolve a linking error related to outdated functions in the OpenSSL library #681

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

davidhov
Copy link
Contributor

When a custom OpenSSL recipe file with version 3.1.2 excluding deprecated functions is employed, it's important to avoid using those deprecated functions.

When custom OpenSSL recipe file is used (OpenSSL's version is 3.1.2)
where deprecated functions are excluded we need to omit calls to
these functions.
@davidhov
Copy link
Contributor Author

Hello @levb,

Can you please help to solve failed check?
I have just moved macro to not call obsolete OpenSSL functions (please, see commit's description),
but for some reason there is a fail.

Best Regards,
Davit Hovsepyan

Copy link
Collaborator

@levb levb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidhov thank you for the contribution, and apologies for overlooking your PR for a bit.

@levb levb merged commit 63dbd86 into nats-io:main Oct 17, 2023
1 check 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