mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-25 19:57:23 +00:00
Pacify uncrustify
Signed-off-by: Viktor Sokolovskiy <[email protected]>
This commit is contained in:
committed by
Ashish Sharma
parent
08a217c560
commit
8bfdb42530
@@ -1788,7 +1788,8 @@ static int ssl_parse_signature_algorithm(mbedtls_ssl_context *ssl,
|
|||||||
#endif
|
#endif
|
||||||
#if defined(PSA_WANT_ALG_SHA_256) || defined(PSA_WANT_ALG_SHA_384) || defined(PSA_WANT_ALG_SHA_512)
|
#if defined(PSA_WANT_ALG_SHA_256) || defined(PSA_WANT_ALG_SHA_384) || defined(PSA_WANT_ALG_SHA_512)
|
||||||
MBEDTLS_SSL_DEBUG_MSG(3,
|
MBEDTLS_SSL_DEBUG_MSG(3,
|
||||||
("Accepting TLS 1.2 RSA-PSS signature algorithm %s via compatibility exception",
|
(
|
||||||
|
"Accepting TLS 1.2 RSA-PSS signature algorithm %s via compatibility exception",
|
||||||
mbedtls_ssl_sig_alg_to_str(sig_alg)));
|
mbedtls_ssl_sig_alg_to_str(sig_alg)));
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user