mirror of
https://github.com/hashcat/hashcat.git
synced 2025-03-13 22:16:14 +00:00
Add modules back to default target
This commit is contained in:
parent
e493704e5f
commit
4557bcfbd9
@ -396,7 +396,7 @@ endif
|
||||
## Targets: Native Compilation
|
||||
##
|
||||
|
||||
default: $(HASHCAT_FRONTEND)
|
||||
default: $(HASHCAT_FRONTEND) modules
|
||||
|
||||
clean:
|
||||
$(RM) -f $(HASHCAT_FRONTEND)
|
||||
|
@ -116,7 +116,7 @@ int module_hash_encode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
||||
|
||||
const int out_len = 40;
|
||||
|
||||
snprintf (line_buf, out_len, "{SHA}%s", (char *) ptr_plain);
|
||||
snprintf (line_buf, line_size, "{SHA}%s", (char *) ptr_plain);
|
||||
|
||||
return out_len;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user