mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-14 03:39:09 +00:00
Fix pocl version string
This commit is contained in:
parent
78dd258200
commit
da4090cca3
@ -12984,7 +12984,7 @@ int main (int argc, char **argv)
|
||||
log_info ("ATTENTION! OpenCL support for CPU of catalyst driver is not reliable.");
|
||||
log_info ("You are STRONGLY encouraged not to use it");
|
||||
log_info ("You can use --force to override this but do not post error reports if you do so");
|
||||
log_info ("A good alternative is the free pocl, but make sure to use a version >= 3.8");
|
||||
log_info ("A good alternative is the free pocl >= v0.13, but make sure to use a LLVM >= v3.8");
|
||||
log_info ("");
|
||||
|
||||
return (-1);
|
||||
|
Loading…
Reference in New Issue
Block a user