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); > cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/games.scm
AgeCommit message (Expand)Author
2018-11-20services: wesnothd: Run as wesnothd user and group....* gnu/services/games.scm (wesnothd-shepherd-service): Run as wesnothd user and group. Arun Isaac
2018-05-14gnu: services: Fix wesnothd-configuration? symbol export....* gnu/services/games.scm: Export wesnothd-configuration?, not the non-existent wesnoth-configuration?. Arun Isaac