*** empty log message ***

This commit is contained in:
Ulf Möller 2001-09-01 05:30:45 +00:00
parent c078798c60
commit e9bc66c84f

View File

@ -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,":");