提交 3d90a324 编写于 作者: R Richard Levitte

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

上级 e3a7463c
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册