This commit is contained in:
Jay D Dee
2017-10-17 11:38:59 -04:00
parent c76574b2cd
commit aaa48599ad
11 changed files with 34 additions and 35 deletions

View File

@@ -75,7 +75,7 @@ void init_x14_ctx()
static void x14hash(void *output, const void *input)
{
unsigned char hash[128]; __attribute__ ((aligned (32)))
unsigned char hash[128] __attribute__ ((aligned (32)));
#define hashB hash+64
x14_ctx_holder ctx;