提交 13d56866 编写于 作者: M Matt Caswell

Fix s_server -ssl2. Previously this reported "Error setting EC curve"

Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
上级 764b6a35
......@@ -1408,7 +1408,10 @@ int MAIN(int argc, char *argv[])
{ www=3; }
#ifndef OPENSSL_NO_SSL2
else if (strcmp(*argv,"-ssl2") == 0)
{ meth=SSLv2_server_method(); }
{
no_ecdhe=1;
meth=SSLv2_server_method();
}
#endif
#ifndef OPENSSL_NO_SSL3_METHOD
else if (strcmp(*argv,"-ssl3") == 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册