Get rid of hash_mode in hlfmt.c

This commit is contained in:
jsteube
2018-12-18 16:59:00 +01:00
parent 4993a85b27
commit abbfc3d10b
7 changed files with 54 additions and 6 deletions

View File

@@ -131,6 +131,8 @@ void module_register (module_ctx_t *module_ctx)
module_ctx->module_hash_mode = NULL;
module_ctx->module_hash_name = module_hash_name;
module_ctx->module_hash_type = module_hash_type;
module_ctx->module_hlfmt_disable = NULL;
module_ctx->module_hlfmt_pwdump_column = NULL;
module_ctx->module_hook_salt_size = NULL;
module_ctx->module_hook_size = NULL;
module_ctx->module_kern_type = module_kern_type;