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

SSL_CTX_set_ecdh_auto deprecated. #32

Open
vlm opened this issue Mar 5, 2017 · 0 comments
Open

SSL_CTX_set_ecdh_auto deprecated. #32

vlm opened this issue Mar 5, 2017 · 0 comments

Comments

@vlm
Copy link
Contributor

vlm commented Mar 5, 2017

SSL_CTX_set_ecdh_auto function is deprecated:

    if (ctx->config->ecdhecurve == -1) {
        SSL_CTX_set_ecdh_auto(*ssl_ctx, 1);
    } else if (ctx->config->ecdhecurve != NID_undef) {

It won't compile very soon. Need to make conditional compilation.

See openssl/openssl#1437

vlm added a commit to vlm/dsock that referenced this issue Mar 6, 2017
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

No branches or pull requests

1 participant