derive different key for different directions

This commit is contained in:
wangyu-
2018-06-23 16:19:15 -05:00
parent 94e12e6cf5
commit 423157dbba
4 changed files with 41 additions and 16 deletions

View File

@@ -514,6 +514,7 @@ void process_arg(int argc, char *argv[]) //process all options
if(i==cipher_end)
{
mylog(log_fatal,"no such cipher_mode %s\n",optarg);
myexit(-1);
}
}