[openssl-commits] [openssl] master update

bernd.edlinger at hotmail.de bernd.edlinger at hotmail.de
Thu Feb 15 10:57:37 UTC 2018


The branch master has been updated
       via  4d921bfb8b4161f735e5d3bc19fae264816c9c40 (commit)
      from  c3d76bb254eb33dbe2cd23e00f5f135f3c12381c (commit)


- Log -----------------------------------------------------------------
commit 4d921bfb8b4161f735e5d3bc19fae264816c9c40
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Wed Feb 14 21:30:32 2018 +0100

    Fix a gcc warning about possible fall through
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
    (Merged from https://github.com/openssl/openssl/pull/5373)

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

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 16d2d73..c0265ab 100644
--- a/test/handshake_helper.c
+++ b/test/handshake_helper.c
@@ -1155,6 +1155,7 @@ static handshake_status_t handshake_status(peer_status_t last_status,
              */
             return INTERNAL_ERROR;
         }
+        break;
 
     case PEER_RETRY:
         return HANDSHAKE_RETRY;


More information about the openssl-commits mailing list