fix code style in ssl_msg.c and add signoff

Signed-off-by: hi <hi@nosec.me>
This commit is contained in:
hi
2026-01-29 00:14:36 +08:00
parent d823908335
commit 4987340d24

View File

@@ -5413,7 +5413,7 @@ static int ssl_tls13_handle_hs_message_post_handshake(mbedtls_ssl_context *ssl)
}
}
#else
(void)ssl;
(void) ssl;
#endif /* MBEDTLS_SSL_CLI_C */
/* Fail in all other cases. */