sch isn't an array, how did this pass through gcc?

This commit is contained in:
Richard Levitte 2001-10-02 11:49:55 +00:00
parent e3a7463c5d
commit 3d90a32429

View File

@ -839,7 +839,7 @@ int MAIN(int argc, char **argv)
Time_F(START,usertime); Time_F(START,usertime);
for (i=count; i; i--) for (i=count; i; i--)
des_ecb_encrypt(buf_as_des_cblock,buf_as_des_cblock, des_ecb_encrypt(buf_as_des_cblock,buf_as_des_cblock,
&(sch[0]),DES_ENCRYPT); &sch,DES_ENCRYPT);
d=Time_F(STOP,usertime); d=Time_F(STOP,usertime);
} while (d <3); } while (d <3);
save_count=count; save_count=count;