Add modules back to default target

pull/1881/head
jsteube 5 years ago
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…
Cancel
Save