1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-27 02:18:21 +00:00

Do not allow unroll of Drupal7, but for NV only

This commit is contained in:
jsteube 2016-11-25 22:12:54 +01:00
parent ee2e8ba598
commit ac02c60b3f

View File

@ -111,9 +111,6 @@
#if KERN_TYPE == 7400 #if KERN_TYPE == 7400
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 8200 #if KERN_TYPE == 8200
#undef _unroll #undef _unroll
#endif #endif
@ -165,6 +162,9 @@
#if KERN_TYPE == 3200 #if KERN_TYPE == 3200
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 10500 #if KERN_TYPE == 10500
#undef _unroll #undef _unroll
#endif #endif