mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Typo presumably....
This commit is contained in:
parent
e0d4e97c1a
commit
14b148d390
@ -827,7 +827,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 New Issue
Block a user