From: Dr. Stephen Henson Date: Sun, 6 Sep 2009 17:56:30 +0000 (+0000) Subject: Typo presumably.... X-Git-Tag: OpenSSL-fips-2_0-rc1~1544 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=14b148d390a009c5ee943c1a6711fdbad7cc943f;hp=e0d4e97c1af722a30751c1556795e8f7a5a35096 Typo presumably.... --- 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; }