1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-10 15:51:10 +00:00

Update module_unstable_warning() for -m 21800

This commit is contained in:
Jens Steube 2021-05-02 12:32:17 +02:00
parent bf2064df7f
commit b4f86d2262

View File

@ -102,8 +102,8 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
} }
} }
// amdgpu-pro-20.50-1234664-ubuntu-20.04 (legacy): unhandled return code 255 // zlib drives this runtime crazy
if ((device_param->opencl_device_vendor_id == VENDOR_ID_AMD) && (device_param->has_vperm == false)) if (device_param->opencl_device_vendor_id == VENDOR_ID_AMD)
{ {
return true; return true;
} }