Typo presumably....
authorDr. Stephen Henson <steve@openssl.org>
Sun, 6 Sep 2009 17:56:30 +0000 (17:56 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 6 Sep 2009 17:56:30 +0000 (17:56 +0000)
ssl/s3_srvr.c

index 35e826f35dae97d5e0015e12a3b1c7b5971880a5..a45426ac96f6c23ac5484e77efbd188777ec3a75 100644 (file)
@@ -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;
                }