mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-14 03:39:09 +00:00
Fix invalid VENDOR_ID for AMD
This commit is contained in:
parent
141d5740ac
commit
0f1ae86be9
@ -9,7 +9,7 @@
|
||||
* vendor specific
|
||||
*/
|
||||
|
||||
#if VENDOR_ID == 4096
|
||||
#if VENDOR_ID == 4098
|
||||
#define IS_AMD
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user