mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
removed trailing whitespace
Signed-off-by: Paul Höhn <paul.hoehn@icloud.com>
This commit is contained in:
@@ -553,7 +553,7 @@ static void print_deserialized_ssl_session(const uint8_t *ssl, uint32_t len,
|
||||
printf("\tcipher type : %d\n", ciphersuite_info->MBEDTLS_PRIVATE(cipher));
|
||||
|
||||
#if defined(MBEDTLS_MD_C)
|
||||
printf("\tMessage-Digest : %d\n", ciphersuite_info->MBEDTLS_PRIVATE(mac));
|
||||
printf("\tMessage-Digest : %d\n", ciphersuite_info->MBEDTLS_PRIVATE(mac));
|
||||
#endif /* MBEDTLS_MD_C */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user