Get rid of hash_mode depending branches in status.c

This commit is contained in:
jsteube
2019-01-05 19:18:30 +01:00
parent e0deb3f825
commit 888da50aad
6 changed files with 81 additions and 57 deletions

View File

@@ -131,9 +131,10 @@ void module_init (module_ctx_t *module_ctx)
module_ctx->module_esalt_size = NULL;
module_ctx->module_extra_buffer_size = NULL;
module_ctx->module_forced_outfile_format = NULL;
module_ctx->module_hash_decode = module_hash_decode;
module_ctx->module_hash_decode_outfile = NULL;
module_ctx->module_hash_decode_zero_hash = NULL;
module_ctx->module_hash_decode = module_hash_decode;
module_ctx->module_hash_encode_status = NULL;
module_ctx->module_hash_encode = module_hash_encode;
module_ctx->module_hash_mode = NULL;
module_ctx->module_hash_name = module_hash_name;