mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-17 01:52:06 +00:00
Updated includes on hash-type 28600 kernel source
This commit is contained in:
parent
01a28f80f7
commit
e8fc803cdd
@ -5,17 +5,20 @@
|
|||||||
|
|
||||||
#define NEW_SIMD_CODE
|
#define NEW_SIMD_CODE
|
||||||
|
|
||||||
|
#define XSTR(x) #x
|
||||||
|
#define STR(x) XSTR(x)
|
||||||
|
|
||||||
#ifdef KERNEL_STATIC
|
#ifdef KERNEL_STATIC
|
||||||
#include "inc_vendor.h"
|
#include STR(INCLUDE_PATH/inc_vendor.h)
|
||||||
#include "inc_types.h"
|
#include STR(INCLUDE_PATH/inc_types.h)
|
||||||
#include "inc_platform.cl"
|
#include STR(INCLUDE_PATH/inc_platform.cl)
|
||||||
#include "inc_common.cl"
|
#include STR(INCLUDE_PATH/inc_common.cl)
|
||||||
#include "inc_simd.cl"
|
#include STR(INCLUDE_PATH/inc_simd.cl)
|
||||||
#include "inc_hash_sha256.cl"
|
#include STR(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define COMPARE_S "inc_comp_single.cl"
|
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||||
#define COMPARE_M "inc_comp_multi.cl"
|
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||||
|
|
||||||
typedef struct postgres_sha256_tmp
|
typedef struct postgres_sha256_tmp
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user