Get rid of hash_mode in outfile_check.c

This commit is contained in:
jsteube
2018-12-20 10:33:29 +01:00
parent ce0e19f185
commit 6928e5bfbe
7 changed files with 83 additions and 46 deletions

View File

@@ -131,6 +131,7 @@ void module_init (module_ctx_t *module_ctx)
module_ctx->module_forced_kernel_loops = NULL;
module_ctx->module_forced_kernel_threads = NULL;
module_ctx->module_forced_outfile_format = NULL;
module_ctx->module_hash_decode_outfile = NULL;
module_ctx->module_hash_decode = module_hash_decode;
module_ctx->module_hash_encode = module_hash_encode;
module_ctx->module_hash_mode = NULL;
@@ -144,6 +145,7 @@ void module_init (module_ctx_t *module_ctx)
module_ctx->module_kern_type = module_kern_type;
module_ctx->module_opti_type = module_opti_type;
module_ctx->module_opts_type = module_opts_type;
module_ctx->module_outfile_check_disable = NULL;
module_ctx->module_pwdump_column = module_pwdump_column;
module_ctx->module_pw_max = NULL;
module_ctx->module_pw_min = NULL;