Move TUNING_DB_FILE to tuningdb.h

pull/496/head
jsteube 8 years ago
parent 9f416109d9
commit eb00cd959f

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

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

Loading…
Cancel
Save