USE_ECDH
} else if (cp->keyex == USE_ECDH) {
case USE_ECDH: type = "ecdh"; break;
if (cp->keyex == USE_ECDH) {
} else if (client_params->keyex == USE_ECDH) {
cp->keyex = USE_ECDH;
case USE_ECDH:
opt->opt_private->pk_init_ctx->keyex = USE_ECDH;
if (ctx->keyex == USE_DH || ctx->keyex == USE_ECDH) {
} else if (ctx->keyex == USE_ECDH) {