1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-26 15:07:59 +08:00

removed trailing whitespace

Signed-off-by: Paul Höhn <paul.hoehn@icloud.com>
This commit is contained in:
Paul Höhn 2025-04-29 16:34:14 +02:00
parent da95274730
commit 5a7a5305e8
No known key found for this signature in database

View File

@ -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)); printf("\tcipher type : %d\n", ciphersuite_info->MBEDTLS_PRIVATE(cipher));
#if defined(MBEDTLS_MD_C) #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 */ #endif /* MBEDTLS_MD_C */
} }