File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -263,10 +263,10 @@ fmt_registers.h: .plugin_fmt_list
263263 $(CC ) -DFMT_REGISTERS_H -E -P $(CFLAGS ) $(filter-out opencl_% _fmt_plug.c, $(wildcard * _fmt_plug.c) ) | grep -F " john_register_one" | $(SORT ) -f > $@ || true
264264 $(CC ) -DFMT_REGISTERS_H -E -P $(CFLAGS ) $(wildcard opencl_* _fmt_plug.c) | grep -F " john_register_one" | $(SORT ) -f >> $@ || true
265265
266- .PHONY : subdirs $(SUBDIRS )
267-
268266SUBDIRS = mbedtls secp256k1 ed25519-donna poly1305-donna @ZTEX_SUBDIRS@
269267
268+ .PHONY : subdirs $(SUBDIRS )
269+
270270subdirs : $(SUBDIRS )
271271
272272$(SUBDIRS ) :
Original file line number Diff line number Diff line change @@ -1224,7 +1224,7 @@ static void john_load(void)
12241224 if (ztex_detected_list -> count % options .fork ) {
12251225 fprintf (stderr , "Number of ZTEX devices must be "
12261226 "a multiple of forks. "
1227- "Suggesting to use \"--fork=%d \".\n" ,
1227+ "Suggesting to use \"--fork=%ld \".\n" ,
12281228 ztex_detected_list -> count );
12291229 error ();
12301230 }
You can’t perform that action at this time.
0 commit comments