提交 bf0ba5e7 编写于 作者: M Matt Caswell

A style tweak based on feedback received

Replace a bare ";" with "continue;" for the body of a for loop.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 7b21c00e
......@@ -1046,7 +1046,7 @@ int ssl_choose_server_version(SSL *s, CLIENTHELLO_MSG *hello)
for (vent = table;
vent->version != 0 && vent->version != (int)candidate_vers;
++vent)
;
continue;
if (vent->version != 0 && vent->smeth != NULL) {
const SSL_METHOD *method;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册