提交 ccc22756 编写于 作者: D Dr. Stephen Henson

Don't set no_protocol if -tls1 selected.

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 2f8d82d6
......@@ -1130,7 +1130,6 @@ int main(int argc, char *argv[])
}
#endif
else if (strcmp(*argv, "-tls1") == 0) {
no_protocol = 1;
tls1 = 1;
} else if (strcmp(*argv, "-ssl3") == 0) {
#ifdef OPENSSL_NO_SSL3_METHOD
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册