mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-01-06 11:41:12 +03:00
Use single-line string literals.
Signed-off-by: Guido Vranken <guidovranken@gmail.com>
This commit is contained in:
@@ -408,8 +408,7 @@ static const unsigned char md4_test_str[7][81] =
|
||||
{ "message digest" },
|
||||
{ "abcdefghijklmnopqrstuvwxyz" },
|
||||
{ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" },
|
||||
{ ("12345678901234567890123456789012345678901234567890123456789012"
|
||||
"345678901234567890") }
|
||||
{ "12345678901234567890123456789012345678901234567890123456789012345678901234567890" }
|
||||
};
|
||||
|
||||
static const size_t md4_test_strlen[7] =
|
||||
|
||||
Reference in New Issue
Block a user