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:
parent
9f416109d9
commit
eb00cd959f
@ -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"
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user