Skip to content

Commit

Permalink
sch isn't an array, how did this pass through gcc?
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Oct 2, 2001
1 parent e3a7463 commit 3d90a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/speed.c
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ int MAIN(int argc, char **argv)
Time_F(START,usertime);
for (i=count; i; i--)
des_ecb_encrypt(buf_as_des_cblock,buf_as_des_cblock,
&(sch[0]),DES_ENCRYPT);
&sch,DES_ENCRYPT);
d=Time_F(STOP,usertime);
} while (d <3);
save_count=count;
Expand Down

0 comments on commit 3d90a32

Please sign in to comment.