Move tons of functions from hashcat.c into hash_management, interface, opencl, restore, status and weak_hash sources

This commit is contained in:
jsteube
2016-09-14 16:07:24 +02:00
parent 0fa43d52b8
commit bc75ba70a1
26 changed files with 1929 additions and 1844 deletions
+1 -1
View File
@@ -6,6 +6,7 @@
#include "common.h"
#include "types_int.h"
#include "types.h"
#include "interface.h"
#include "timer.h"
#include "ext_OpenCL.h"
#include "ext_ADL.h"
@@ -16,7 +17,6 @@
#include "thread.h"
#include "rp_cpu.h"
#include "terminal.h"
#include "interface.h"
#include "hwmon.h"
#include "mpsp.h"
#include "restore.h"