The branch OpenSSL_1_1_0-stable has been updated
via e1e59ecada5092fdb71cb20ec3a944733c96bf01 (commit)
from 2717f2b7eb845594271a94969767af2c4521e004 (commit)
- Log -----------------------------------------------------------------
commit e1e59ecada5092fdb71cb20ec3a944733c96bf01
Author: Patrick Steuer <[email protected]>
Date: Tue Dec 12 14:49:21 2017 +0100
crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)
Signed-off-by: Patrick Steuer <[email protected]>
Reviewed-by: Andy Polyakov <[email protected]>
Reviewed-by: Rich Salz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/4916)
(cherry picked from commit 147167548bb692dc1b772cf4ee1d0917e45b1aff)
-----------------------------------------------------------------------
Summary of changes:
crypto/bio/bss_dgram.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c
index 2358289..bbf8639 100644
--- a/crypto/bio/bss_dgram.c
+++ b/crypto/bio/bss_dgram.c
@@ -1451,6 +1451,7 @@ static long dgram_sctp_ctrl(BIO *b, int cmd, long num,
void *ptr)
* we need to deactivate an old key
*/
data->ccs_sent = 1;
+ /* fall-through */
case BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD:
/* Returns 0 on success, -1 otherwise. */
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits