mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Fix code style
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
7b255e3a12
commit
5ffef28971
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user