projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d4e97
)
Typo presumably....
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 6 Sep 2009 17:56:30 +0000
(17:56 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 6 Sep 2009 17:56:30 +0000
(17:56 +0000)
ssl/s3_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/s3_srvr.c
b/ssl/s3_srvr.c
index 35e826f35dae97d5e0015e12a3b1c7b5971880a5..a45426ac96f6c23ac5484e77efbd188777ec3a75 100644
(file)
--- a/
ssl/s3_srvr.c
+++ b/
ssl/s3_srvr.c
@@
-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_len
gth
== 0)
return 1;
}