mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-21 19:20:56 +00:00
code style
Signed-off-by: valord577 <valord577@gmail.com>
This commit is contained in:
parent
536893c22f
commit
176e92711c
@ -86,9 +86,9 @@ void mbedtls_debug_print_msg(const mbedtls_ssl_context *ssl, int level,
|
||||
va_end(argp);
|
||||
|
||||
if (ret < 0) {
|
||||
eol= 0;
|
||||
eol = 0;
|
||||
} else {
|
||||
eol= ret;
|
||||
eol = ret;
|
||||
if (ret >= DEBUG_BUF_SIZE - 1) {
|
||||
eol = DEBUG_BUF_SIZE - 2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user