Fix code style

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath
2026-03-12 12:12:30 +00:00
parent 7b255e3a12
commit 5ffef28971

View File

@@ -1757,7 +1757,8 @@ static int ssl_parse_signature_algorithm(mbedtls_ssl_context *ssl,
*/
if (*pk_alg == MBEDTLS_PK_SIGALG_NONE) {
MBEDTLS_SSL_DEBUG_MSG(1,
("Server used unsupported SignatureAlgorithm %d", sig_alg & 0x00FF));
("Server used unsupported SignatureAlgorithm %d",
sig_alg & 0x00FF));
return MBEDTLS_SSL_ALERT_MSG_ILLEGAL_PARAMETER;
}