From: Dr. Stephen Henson Date: Sun, 20 Sep 2009 12:53:42 +0000 (+0000) Subject: Typo presumably... X-Git-Tag: OpenSSL_0_9_8m-beta1~104 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=96e20179e4e7f2a06c74e4f890fae64fe3eb146b;p=oweals%2Fopenssl.git Typo presumably... --- diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index 535b61b83a..e3d8c786b5 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c @@ -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; }