Commit 1edf8f1b authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

really fix automatic ;-)

parent 65f2a565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)