summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/cpu/crypto/cryptonight.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/backend/cpu/crypto/cryptonight.h')
-rw-r--r--xmrstak/backend/cpu/crypto/cryptonight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/backend/cpu/crypto/cryptonight.h b/xmrstak/backend/cpu/crypto/cryptonight.h
index 978c798..d07050e 100644
--- a/xmrstak/backend/cpu/crypto/cryptonight.h
+++ b/xmrstak/backend/cpu/crypto/cryptonight.h
@@ -7,8 +7,8 @@ extern "C" {
#include <stddef.h>
#include <inttypes.h>
+#include "../../cryptonight.hpp"
-#define MEMORY 2097152
typedef struct {
uint8_t hash_state[224]; // Need only 200, explicit align
OpenPOWER on IntegriCloud