We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
conditional SSL_CTX_set_ecdh_auto; see sustrik#32
a7053e6
No branches or pull requests
SSL_CTX_set_ecdh_auto function is deprecated:
It won't compile very soon. Need to make conditional compilation.
See openssl/openssl#1437
The text was updated successfully, but these errors were encountered: