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 link dirrectly against openssl #5833

Merged
merged 1 commit into from
Jun 13, 2017
Merged

Don't link dirrectly against openssl #5833

merged 1 commit into from
Jun 13, 2017

Conversation

ogoffart
Copy link
Contributor

All our crypto code is handled by qt nodaways.
No need to carry this dependency.

Especially since it causes warnings on system where there are
twp openssl version installed:
/usr/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib/libQt5Network.so.5.9.0, may conflict with libcrypto.so.1.1

All our crypto code is handled by qt nodaways.
No need to carry this dependency.

Especially since it causes warnings on system where there are
twp openssl version installed:
/usr/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib/libQt5Network.so.5.9.0, may conflict with libcrypto.so.1.1
@ogoffart ogoffart requested review from dschmidt and guruz June 13, 2017 08:04
@ogoffart ogoffart added this to the 2.4.0 milestone Jun 13, 2017
@dschmidt
Copy link
Member

Awesome, I like!

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