X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Frp_kernel_on_cpu.h;h=a0fda1c617d4c09a12f465e73b590c6b61988886;hb=51e1d11b2d6dff4ae331cff6098169455733c412;hp=5b89f6210a4e1a55f354243cb69690711c15e368;hpb=63e06f582b830e51ab652d77206f97bee1fb2643;p=hashcat.git diff --git a/include/rp_kernel_on_cpu.h b/include/rp_kernel_on_cpu.h index 5b89f62..a0fda1c 100644 --- a/include/rp_kernel_on_cpu.h +++ b/include/rp_kernel_on_cpu.h @@ -9,7 +9,7 @@ #define swap_workaround(n) __builtin_bswap32(n) #include "common.h" -#include "rp_kernel.h" +#include "inc_rp.h" u32 apply_rule (const u32 name, const u32 p0, const u32 p1, u32 buf0[4], u32 buf1[4], const u32 in_len); u32 apply_rules (u32 *cmds, u32 buf0[4], u32 buf1[4], const u32 len);