(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:
Assar Westerlund
1999-12-17 05:15:32 +00:00
parent 0da7021429
commit 96c3917d1b

View File

@@ -45,7 +45,7 @@ struct test {
const char *salt;
const char *result;
} tests[] = {
{"Hello world!", "$1$saltstring", "$1$saltstriYMyguxXMBpd2TEZ.vS/3q1"},
{"Hello world!", "$1$saltstring", "$1$saltstri$YMyguxXMBpd2TEZ.vS/3q1"},
{NULL, NULL, NULL}
};