From eb00cd959f0d614980b677b58b65b63c25b2ebe7 Mon Sep 17 00:00:00 2001 From: jsteube Date: Wed, 7 Sep 2016 22:06:43 +0200 Subject: [PATCH] Move TUNING_DB_FILE to tuningdb.h --- include/shared.h | 2 -- include/tuningdb.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/shared.h b/include/shared.h index 70dfb850c..09f1e698d 100644 --- a/include/shared.h +++ b/include/shared.h @@ -48,8 +48,6 @@ #define INFOSZ CHARSIZ -#define TUNING_DB_FILE "hashcat.hctune" - #define INDUCT_DIR "induct" #define OUTFILES_DIR "outfiles" diff --git a/include/tuningdb.h b/include/tuningdb.h index 4380ac07f..6a6e86199 100644 --- a/include/tuningdb.h +++ b/include/tuningdb.h @@ -9,6 +9,8 @@ #include #include +#define TUNING_DB_FILE "hashcat.hctune" + typedef struct { char *device_name;