mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 09:01:02 +00:00
Fix indentation in debug message in ssl_tls.c
This commit is contained in:
parent
8e55b0f852
commit
92d30f5bcf
|
@ -4938,9 +4938,9 @@ static int ssl_parse_record_header( mbedtls_ssl_context *ssl )
|
||||||
}
|
}
|
||||||
|
|
||||||
MBEDTLS_SSL_DEBUG_MSG( 3, ( "input record: msgtype = %d, "
|
MBEDTLS_SSL_DEBUG_MSG( 3, ( "input record: msgtype = %d, "
|
||||||
"version = [%d:%d], msglen = %d",
|
"version = [%d:%d], msglen = %d",
|
||||||
ssl->in_msgtype,
|
ssl->in_msgtype,
|
||||||
major_ver, minor_ver, ssl->in_msglen ) );
|
major_ver, minor_ver, ssl->in_msglen ) );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* DTLS-related tests.
|
* DTLS-related tests.
|
||||||
|
|
Loading…
Reference in a new issue