really fix automatic ;-)
This commit is contained in:
parent
65f2a56580
commit
1edf8f1b4e
@ -274,7 +274,7 @@ static int cmd_ecdhparam(SSL_CONF_CTX *cctx, const char *value)
|
||||
}
|
||||
if (!strcasecmp(value, "automatic"))
|
||||
{
|
||||
if (onoff != -1)
|
||||
if (onoff == -1)
|
||||
onoff = 1;
|
||||
}
|
||||
else if (onoff != -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user