bug fix.
Submitted by: "Yoram Meroz" <yoram@mail.idrive.com>
This commit is contained in:
parent
97025c5fc0
commit
837174dd63
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void fcrypt_body(DES_LONG *out, des_key_schedule ks, DES_LONG Eswap0,
|
|||
|
||||
for (j=0; j<25; j++)
|
||||
{
|
||||
#ifdef DES_UNROLL
|
||||
#ifndef DES_UNROLL
|
||||
register int i;
|
||||
|
||||
for (i=0; i<32; i+=8)
|
||||
|
|
Loading…
Reference in a new issue