Commit 6977e8ee authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()



SSL_{CTX}_set_tmp_ecdh() allows to set 1 EC curve and then tries to use it.  On
the other hand SSL_{CTX_}set1_curves() allows you to set a list of curves, but
only when SSL_{CTX_}set_ecdh_auto() was called to turn it on.

Reviewed-by: default avatarDr. Stephen Henson <steve@openssl.org>
parent 6f78b9e8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment