1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Updated includes on hash-type 28600 kernel source

This commit is contained in:
Gabriele Gristina 2022-01-23 14:18:02 +01:00
parent 01a28f80f7
commit e8fc803cdd

View File

@ -5,17 +5,20 @@
#define NEW_SIMD_CODE
#define XSTR(x) #x
#define STR(x) XSTR(x)
#ifdef KERNEL_STATIC
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_platform.cl"
#include "inc_common.cl"
#include "inc_simd.cl"
#include "inc_hash_sha256.cl"
#include STR(INCLUDE_PATH/inc_vendor.h)
#include STR(INCLUDE_PATH/inc_types.h)
#include STR(INCLUDE_PATH/inc_platform.cl)
#include STR(INCLUDE_PATH/inc_common.cl)
#include STR(INCLUDE_PATH/inc_simd.cl)
#include STR(INCLUDE_PATH/inc_hash_sha256.cl)
#endif
#define COMPARE_S "inc_comp_single.cl"
#define COMPARE_M "inc_comp_multi.cl"
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct postgres_sha256_tmp
{