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

Typo presumably....

上级 e0d4e97c
...@@ -827,7 +827,7 @@ int ssl3_get_client_hello(SSL *s) ...@@ -827,7 +827,7 @@ int ssl3_get_client_hello(SSL *s)
session_length = *(p + SSL3_RANDOM_SIZE); session_length = *(p + SSL3_RANDOM_SIZE);
cookie_length = *(p + SSL3_RANDOM_SIZE + session_length + 1); cookie_length = *(p + SSL3_RANDOM_SIZE + session_length + 1);
if (cookie_len == 0) if (cookie_length == 0)
return 1; return 1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册