(tests): update to work
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7616 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -45,7 +45,7 @@ struct test {
|
|||||||
const char *salt;
|
const char *salt;
|
||||||
const char *result;
|
const char *result;
|
||||||
} tests[] = {
|
} tests[] = {
|
||||||
{"Hello world!", "$1$saltstring", "$1$saltstriYMyguxXMBpd2TEZ.vS/3q1"},
|
{"Hello world!", "$1$saltstring", "$1$saltstri$YMyguxXMBpd2TEZ.vS/3q1"},
|
||||||
{NULL, NULL, NULL}
|
{NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user