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

spice: Fix compilation without deprecated OpenSSL APIs #10461

Closed
wants to merge 1 commit into from

Conversation

neheb
Copy link
Contributor

@neheb neheb commented Nov 4, 2019

Signed-off-by: Rosen Penev rosenp@gmail.com

Maintainer: @yousong
Compile tested: ath79

Fixes: #10451

Signed-off-by: Rosen Penev <rosenp@gmail.com>
@neheb
Copy link
Contributor Author

neheb commented Nov 4, 2019

Whoops. Updated based on upstream feedback.

@yousong yousong self-assigned this Nov 5, 2019
SSL_CTX_set_options(reds->ctx, ssl_options);
+#if OPENSSL_VERSION_NUMBER < 0x1010000FL
SSL_CTX_set_ecdh_auto(reds->ctx, 1);
+#endif
Copy link
Member

Choose a reason for hiding this comment

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

This hunk is not present in the upstream patch.

@neheb
Copy link
Contributor Author

neheb commented Nov 9, 2019 via email

yousong added a commit that referenced this pull request Nov 10, 2019
Fixes #10451

Supersedes #10461

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(use separate upstreamed patches)
Ref: #10461
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
@yousong
Copy link
Member

yousong commented Nov 10, 2019

Applied in c0d5c29 by using upstream patches.

Thanks for your time.

@yousong yousong closed this Nov 10, 2019
@neheb neheb deleted the spice branch November 10, 2019 06:08
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.

spice not compiling without deprecated OpenSSL APIs
2 participants