diff -urpN jumbo-un1/src/options.h jumbo-un0/src/options.h --- jumbo-un1/src/options.h 2012-08-02 15:06:13.406250000 +0000 +++ jumbo-un0/src/options.h 2012-08-02 14:53:20.625000000 +0000 @@ -204,6 +204,12 @@ struct options_main { /* Graceful exit after this many seconds of cracking */ int max_run_time; +/* Force dynamic format to always treat raw hashes as valid. If not set + then dynamic format only uses raw hashes if -form=dynamic_xxx is used. + If this is 'N', then original logic used. If 'Y' or 'y' then we always + use raw hashes as valid in dynamic. */ + char dynamic_raw_hashes_always_valid; + #ifdef CL_VERSION_1_0 char *ocl_platform, *ocl_device; #elif defined(HAVE_CUDA)