Commit e9bc66c8 authored by Ulf Möller's avatar Ulf Möller
Browse files

*** empty log message ***

parent c078798c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,":");