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


- Log -----------------------------------------------------------------
commit d585cc32a55e65573051225b29dc62171f59e05a
Author: Dr. Stephen Henson <[email protected]>
Date:   Wed Dec 2 21:49:37 2015 +0000

    typo
    
    Reviewed-by: Andy Polyakov <[email protected]>

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

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;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to