From: Dr. Stephen Henson Date: Sun, 6 Sep 2009 17:55:40 +0000 (+0000) Subject: Typo presumably... X-Git-Tag: OpenSSL_1_0_0-beta4~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9769137a435586de41974d05f07a03be2eeae21a;p=thirdparty%2Fopenssl.git Typo presumably... --- diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index 35e826f35da..a45426ac96f 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; }