1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-03 12:21:07 +00:00

Move TUNING_DB_FILE to tuningdb.h

This commit is contained in:
jsteube 2016-09-07 22:06:43 +02:00
parent 9f416109d9
commit eb00cd959f
2 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,6 @@
#define INFOSZ CHARSIZ #define INFOSZ CHARSIZ
#define TUNING_DB_FILE "hashcat.hctune"
#define INDUCT_DIR "induct" #define INDUCT_DIR "induct"
#define OUTFILES_DIR "outfiles" #define OUTFILES_DIR "outfiles"

View File

@ -9,6 +9,8 @@
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#define TUNING_DB_FILE "hashcat.hctune"
typedef struct typedef struct
{ {
char *device_name; char *device_name;