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

*** empty log message ***

上级 c078798c
......@@ -328,7 +328,7 @@ int main(int argc,char **argv)
if(line[0] == '#' || line[0] == '\n')
continue;
p=line;
cipher=strsep(&p,":");
cipher=(char*)ustrsep(&p,":");
key=ustrsep(&p,":");
iv=ustrsep(&p,":");
plaintext=ustrsep(&p,":");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册