summaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-09-06 17:55:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-09-06 17:55:40 +0000
commit9769137a435586de41974d05f07a03be2eeae21a (patch)
tree56c20583cf1ee573d1d73b54082d8dfaa6d232ad /ssl/s3_srvr.c
parentc0688f1aef2c8dcb66616ed2ef2201217897a5a1 (diff)
Typo presumably...
Diffstat (limited to 'ssl/s3_srvr.c')
-rw-r--r--ssl/s3_srvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index 35e826f35d..a45426ac96 100644
--- 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_length == 0)
return 1;
}