1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-06-25 09:22:36 +00:00

Mark NV 441.x as fixed

This commit is contained in:
Jens Steube 2020-06-03 14:38:04 +02:00
parent 09b2bb0ad7
commit a6a6bb200a

View File

@ -6318,7 +6318,9 @@ int backend_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime)
if (r == 2) if (r == 2)
{ {
if (version_maj >= 440) // nvidia 441.x looks ok
if (version_maj == 440)
{ {
if (version_min >= 64) if (version_min >= 64)
{ {