From 3dc8d526db9eb34321446ffdded1a8af8399d683 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 24 Dec 2015 10:32:22 +0100 Subject: [PATCH] Update timeout-patch url to wiki --- src/oclHashcat.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/oclHashcat.c b/src/oclHashcat.c index f684178..e74c0fe 100644 --- a/src/oclHashcat.c +++ b/src/oclHashcat.c @@ -12716,10 +12716,7 @@ int main (int argc, char **argv) if (device_param->kernel_exec_timeout != 0) { if (data.quiet == 0) log_info ("Device #%u: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702", device_id + 1); - - #if _WIN - if (data.quiet == 0) log_info (" You can disable it with a regpatch, see here: http://hashcat.net/wiki/doku.php?id=timeout_patch"); - #endif + if (data.quiet == 0) log_info (" See the wiki on how to disable it: https://hashcat.net/wiki/doku.php?id=timeout_patch"); } } -- 2.43.0