mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-01 03:18:17 +00:00
Modules: Updated module_unstable_warning for hash-mode 1500
This commit is contained in:
parent
619b4a3998
commit
027a3a0b39
@ -60,6 +60,12 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
|
||||
return false;
|
||||
}
|
||||
|
||||
if (device_param->opencl_platform_vendor_id != VENDOR_ID_INTEL_SDK)
|
||||
{
|
||||
// works on Linux/POCL
|
||||
return false;
|
||||
}
|
||||
|
||||
// skip by default for now
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user