提交 46e8ddaf 编写于 作者: U Ulf Möller

Definition did not match prototype.

Pointed out by: Bernhard Simon <simon@zid.tuwien.ac.at>
上级 22a4f969
......@@ -59,8 +59,8 @@
#include "des_locl.h"
void des_ecb3_encrypt(in, out, ks1, ks2, ks3, enc)
const des_cblock in;
des_cblock out;
const unsigned char *in;
unsigned char *out;
des_key_schedule ks1;
des_key_schedule ks2;
des_key_schedule ks3;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册