Typo presumably...
This commit is contained in:
parent
1dfa26bd84
commit
96e20179e4
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ int ssl3_get_client_hello(SSL *s)
|
|||
session_length = *(p + SSL3_RANDOM_SIZE);
|
||||
cookie_length = *(p + SSL3_RANDOM_SIZE + session_length + 1);
|
||||
|
||||
if (cookie_len == 0)
|
||||
if (cookie_length == 0)
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue