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:
@@ -122,9 +122,14 @@ des_cblock (*seed);
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
lp=output[out_count-i-1];
|
lp=output[out_count-i-1];
|
||||||
l2n(z1,lp);
|
l2n(z1,lp);
|
||||||
l2n(z0,lp);
|
l2n(z0,lp);
|
||||||
|
#else
|
||||||
|
l2n(z0,lp);
|
||||||
|
l2n(z1,lp);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user