ht2crack5opencl: change default to GPU according to the help, thanks @matrix !

This commit is contained in:
Philippe Teuwen 2021-01-14 11:36:41 +01:00
commit 08d6546af6

View file

@ -204,7 +204,7 @@ int main (int argc, char **argv)
char *platforms_selected = NULL;
char *devices_selected = NULL;
unsigned int device_types_selected = 2;
unsigned int device_types_selected = 0;
unsigned int thread_scheduler_type_selected = THREAD_TYPE_ASYNC;
unsigned int profile_selected = 2;
unsigned int queue_type = 0;