mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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…
Reference in New Issue
Block a user