mirror of
https://github.com/openssl/openssl.git
synced 2024-12-22 00:13:57 +08:00
*** empty log message ***
This commit is contained in:
parent
c078798c60
commit
e9bc66c84f
@ -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,":");
|
||||
|
Loading…
Reference in New Issue
Block a user