mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 08:38:09 +00:00
Do not unroll scrypt based algorithm on NV, latest windows driver can't compile them otherwise
This commit is contained in:
parent
8ecabcb9ac
commit
e9b11c2951
@ -104,6 +104,9 @@
|
||||
#if KERN_TYPE == 8200
|
||||
#undef _unroll
|
||||
#endif
|
||||
#if KERN_TYPE == 8900
|
||||
#undef _unroll
|
||||
#endif
|
||||
#if KERN_TYPE == 10400
|
||||
#undef _unroll
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user