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);
tr>
|
index : guix | |
Wojtek's customized Guix | |
Age | Commit message (Expand) | Author |
2020-03-31 | gnu: sonic: Fix installation directories....* gnu/packages/speech.scm (sonic)[arguments]: Replace erroneous use of
DESTDIR with PREFIX. Add the required ‘rpath’ LDFLAGS together with a
‘respect-LDFLAGS’ phase.
| Tobias Geerinckx-Rice |
2020-03-29 | gnu: Add pocketsphinx....* gnu/packages/speech.scm (pocketsphinx): New variable.
| Nicolas Goaziou |
2020-03-29 | gnu: Add sphinxbase....* gnu/packages/speech.scm (sphinxbase): New variable.
| Nicolas Goaziou |
2020-02-24 | gnu: espeak-ng: Update to 1.50....* gnu/packages/speech.scm (espeak-ng): Update to 1.50.
[source]: Change to GIT-FETCH.
[native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL, and WHICH.
| Marius Bakke |