(main): print the correct data

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6490 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-22 11:45:33 +00:00
parent ce45358477
commit e68dfb6cc8

View File

@@ -95,7 +95,7 @@ main(int argc, char **argv)
printf ("%02x", t->res[i]);
printf ("\nresult was: ");
for (i = 0; i < t->n; ++i)
printf ("%02x", t->res[i]);
printf ("%02x", data[i]);
printf ("\n");
ret = 1;
}