Automatically disable most features in case -I is used

This commit is contained in:
jsteube
2016-09-30 13:14:11 +02:00
parent 5dae9d320a
commit d2877b95e4
14 changed files with 18 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ void loopback_init (loopback_ctx_t *loopback_ctx, const user_options_t *user_opt
if (user_options->benchmark == true) return;
if (user_options->keyspace == true) return;
if (user_options->left == true) return;
if (user_options->opencl_info == true) return;
if (user_options->show == true) return;
if (user_options->stdout_flag == true) return;
if (user_options->usage == true) return;