Fix invalid VENDOR_ID for AMD
[hashcat.git] / include / kernel_vendor.h
index 3c0b513..0c6f18f 100644 (file)
@@ -9,7 +9,7 @@
  * vendor specific
  */
 
-#if VENDOR_ID == 4096
+#if VENDOR_ID == 4098
 #define IS_AMD
 #endif