Typo presumably...
authorDr. Stephen Henson <steve@openssl.org>
Sun, 20 Sep 2009 12:53:42 +0000 (12:53 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 20 Sep 2009 12:53:42 +0000 (12:53 +0000)
ssl/s3_srvr.c

index 535b61b83a1c6d61c29de7458a73c81261709ba7..e3d8c786b576ca977a64b46d1fdc689498d663dc 100644 (file)
@@ -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;
                }