Hello, while working on #429, I noticed strange things that I do not understand for example
if (ecdhe == NULL) {
(void)SSL_CTX_set_ecdh_auto(ctx, 1);
return cfgerr;
}
why do we need to call SSL_CTX_set_ecdh_auto right before returning error ?
Cheers,
Ilya Shipitsin

