[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

bernd.edlinger at hotmail.de bernd.edlinger at hotmail.de
Sat Dec 16 09:19:51 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  48ad955fc5f0e19acbc8acaa100af6526bc6b158 (commit)
      from  e06a83ff7ebf8681f7eb31488a2d53e770a32a4e (commit)


- Log -----------------------------------------------------------------
commit 48ad955fc5f0e19acbc8acaa100af6526bc6b158
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Fri Dec 15 23:54:44 2017 +0100

    Fix a gcc fallthru warning
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4941)

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

Summary of changes:
 test/handshake_helper.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/handshake_helper.c b/test/handshake_helper.c
index bb042be..0a19f59 100644
--- a/test/handshake_helper.c
+++ b/test/handshake_helper.c
@@ -804,6 +804,7 @@ static handshake_status_t handshake_status(peer_status_t last_status,
              */
             return INTERNAL_ERROR;
         }
+        break;
 
     case PEER_RETRY:
         if (previous_status == PEER_RETRY) {


More information about the openssl-commits mailing list