1
0
mirror of https://github.com/GOSTSec/cpuminer-gostd synced 2025-01-14 08:47:53 +00:00

fixed build for gcc 11

This commit is contained in:
orignal 2022-09-17 17:43:37 -04:00
parent 8e00111f70
commit 1f5b7e56be
3 changed files with 3 additions and 3 deletions

0
README Normal file
View File

View File

@ -33,7 +33,7 @@ typedef struct {
sph_echo512_context echo1;
} Xhash_context_holder;
Xhash_context_holder base_contexts;
static Xhash_context_holder base_contexts;
void init_Xhash_contexts()
{

View File

@ -22,7 +22,7 @@ typedef struct {
sph_keccak512_context keccak1, keccak2;
} quarkhash_context_holder;
quarkhash_context_holder base_contexts;
static quarkhash_context_holder base_contexts;
void init_quarkhash_contexts()
{