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


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

    Fix a gcc fallthru warning
    
    Reviewed-by: Rich Salz <rs...@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) {
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to