diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-12-21 09:13:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 09:13:31 +0100 |
commit | 73f09b157462dade279b5f76ca5c6a487e46dba4 (patch) | |
tree | 6244d3f57e7faf4cd41496ab875fa315c7519194 /thirdparty/mbedtls/library/md4.c | |
parent | 71616630e033670dc90c5d87fb65b758877f8ea1 (diff) | |
parent | 36d316876bd29a9157be08d51803c0f6277deb47 (diff) |
Merge pull request #56098 from Faless/mbedtls/2.16.12
Diffstat (limited to 'thirdparty/mbedtls/library/md4.c')
-rw-r--r-- | thirdparty/mbedtls/library/md4.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/thirdparty/mbedtls/library/md4.c b/thirdparty/mbedtls/library/md4.c index 95e893e654..9a825327f4 100644 --- a/thirdparty/mbedtls/library/md4.c +++ b/thirdparty/mbedtls/library/md4.c @@ -444,8 +444,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] = |