Add modules back to default target
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user