mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -05:00
Separate keccak for flex
This commit is contained in:
@@ -39,7 +39,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
// Taken from keccak-gate.c
|
||||
int hard_coded_eb = 1;
|
||||
static const int hard_coded_eb = 1;
|
||||
|
||||
/*
|
||||
* Parameters:
|
||||
|
||||
@@ -40,9 +40,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// Taken from keccak-gate.h
|
||||
extern int hard_coded_eb;
|
||||
|
||||
#include "sph_types.h"
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user