Skip to content

Commit 4302c8d

Browse files
committed
Pacify uncrustify
Signed-off-by: Viktor Sokolovskiy <maokaman@gmail.com>
1 parent 5fc28f4 commit 4302c8d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

library/ssl_tls12_client.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,10 +1787,11 @@ static int ssl_parse_signature_algorithm(mbedtls_ssl_context *ssl,
17871787
case MBEDTLS_TLS1_3_SIG_RSA_PSS_RSAE_SHA512:
17881788
#endif
17891789
#if defined(PSA_WANT_ALG_SHA_256) || defined(PSA_WANT_ALG_SHA_384) || defined(PSA_WANT_ALG_SHA_512)
1790-
MBEDTLS_SSL_DEBUG_MSG(3,
1791-
("Accepting TLS 1.2 RSA-PSS signature algorithm %s via compatibility exception",
1792-
mbedtls_ssl_sig_alg_to_str(sig_alg)));
1793-
break;
1790+
MBEDTLS_SSL_DEBUG_MSG(3,
1791+
(
1792+
"Accepting TLS 1.2 RSA-PSS signature algorithm %s via compatibility exception",
1793+
mbedtls_ssl_sig_alg_to_str(sig_alg)));
1794+
break;
17941795
#endif
17951796
#endif /* PSA_WANT_ALG_RSA_PSS */
17961797
default:

0 commit comments

Comments
 (0)