Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Jul 15, 2020
1 parent 15c15d5 commit b03ae53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ void process_arg(int argc, char *argv[]) //process all options
}
for(i=0;i<cipher_end;i++)
{
if(strcmp(optarg,cipher_mode_tostring[i])==0)
if(strcmp(s.c_str(),cipher_mode_tostring[i])==0)
{
cipher_mode=(cipher_mode_t)i;
break;
Expand Down

0 comments on commit b03ae53

Please sign in to comment.