[openssl-commits] [openssl] OpenSSL_1_0_1-stable update

Dr. Stephen Henson steve at openssl.org
Wed Dec 2 22:16:49 UTC 2015


The branch OpenSSL_1_0_1-stable has been updated
       via  d585cc32a55e65573051225b29dc62171f59e05a (commit)
      from  fb35ea28f4f64263adf3e85327e6d73ab980fe25 (commit)


- Log -----------------------------------------------------------------
commit d585cc32a55e65573051225b29dc62171f59e05a
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Wed Dec 2 21:49:37 2015 +0000

    typo
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 ssl/s3_srvr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index e2beb40..fcfc2fb 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -966,7 +966,7 @@ int ssl3_check_client_hello(SSL *s)
 
 int ssl3_get_client_hello(SSL *s)
 {
-    int i, j, ok, al, ret = -1, cookie_valid = 0;;
+    int i, j, ok, al, ret = -1, cookie_valid = 0;
     unsigned int cookie_len;
     long n;
     unsigned long id;


More information about the openssl-commits mailing list