Fix compatibility with mit deslib.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1558 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-04-12 12:25:30 +00:00
parent 72212eb758
commit b6761cbcee

View File

@@ -122,9 +122,14 @@ des_cblock (*seed);
}
else
{
#if 0
lp=output[out_count-i-1];
l2n(z1,lp);
l2n(z0,lp);
#else
l2n(z0,lp);
l2n(z1,lp);
#endif
}
}
}