mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-22 13:40:56 +00:00
Mark NV 441.x as fixed
This commit is contained in:
parent
09b2bb0ad7
commit
a6a6bb200a
@ -6318,7 +6318,9 @@ int backend_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime)
|
||||
|
||||
if (r == 2)
|
||||
{
|
||||
if (version_maj >= 440)
|
||||
// nvidia 441.x looks ok
|
||||
|
||||
if (version_maj == 440)
|
||||
{
|
||||
if (version_min >= 64)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user