Age | Commit message (Expand) | Author |
---|---|---|
2024-05-13 | tests: Remove interference from the user’s Git config.... | Ludovic Courtès |
2024-01-22 | guix: download: Add support for git repositories.... | Romain GARBAGE |
This patch from resolution of https://sourceforge.net/p/mhash/bugs/37/ --- a/src/keygen_test.c +++ b/src/keygen_test.c @@ -121,8 +121,6 @@ mhash_keygen_ext(KEYGEN_S2K_SALTED, data, key, keysize, password, passlen); - mutils_memset(tmp, 0, keysize * 2); - tmp = mutils_asciify(key, keysize); result = mutils_strcmp((mutils_word8 *) KEY2, tmp); >
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2024-05-13 | tests: Remove interference from the user’s Git config.... | Ludovic Courtès |
2024-01-22 | guix: download: Add support for git repositories.... | Romain GARBAGE |