File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ struct fmt_main fmt_restore_tester = {
247
247
SALT_ALIGN ,
248
248
MIN_KEYS_PER_CRYPT ,
249
249
MAX_KEYS_PER_CRYPT ,
250
- FMT_CASE | FMT_8_BIT | FMT_OMP | FMT_NOT_EXACT ,
250
+ FMT_OMP | FMT_NOT_EXACT ,
251
251
{ NULL },
252
252
{ NULL },
253
253
tests
@@ -297,7 +297,7 @@ struct fmt_main fmt_restore_tester_s = {
297
297
SALT_ALIGN ,
298
298
MIN_KEYS_PER_CRYPT ,
299
299
MAX_KEYS_PER_CRYPT ,
300
- FMT_CASE | FMT_8_BIT | FMT_OMP | FMT_NOT_EXACT ,
300
+ FMT_OMP | FMT_NOT_EXACT ,
301
301
{ NULL },
302
302
{ NULL },
303
303
tests_s
@@ -346,7 +346,7 @@ struct fmt_main fmt_restore_tester_sh = {
346
346
SALT_ALIGN ,
347
347
MIN_KEYS_PER_CRYPT ,
348
348
MAX_KEYS_PER_CRYPT ,
349
- FMT_CASE | FMT_8_BIT | FMT_OMP | FMT_NOT_EXACT ,
349
+ FMT_OMP | FMT_NOT_EXACT ,
350
350
{ NULL },
351
351
{ NULL },
352
352
tests_sh
You can’t perform that action at this time.
0 commit comments