aboutsummaryrefslogtreecommitdiff
path: root/gost_grasshopper_precompiled.h
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2016-11-19 21:54:18 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2016-11-19 21:54:18 +0300
commita72a02c4dd5778eea83db6e9e17d89f0d2b278dd (patch)
tree893d894733ba75378224123b7fea4aa7e89ac0ba /gost_grasshopper_precompiled.h
parent3a01994fee987180f1e2826fa6f0c17d78c04cc9 (diff)
downloadgost-engine-a72a02c4dd5778eea83db6e9e17d89f0d2b278dd.zip
gost-engine-a72a02c4dd5778eea83db6e9e17d89f0d2b278dd.tar.gz
gost-engine-a72a02c4dd5778eea83db6e9e17d89f0d2b278dd.tar.bz2
Build with -Werror
Diffstat (limited to 'gost_grasshopper_precompiled.h')
-rw-r--r--gost_grasshopper_precompiled.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gost_grasshopper_precompiled.h b/gost_grasshopper_precompiled.h
index cadf442..eb1d7f8 100644
--- a/gost_grasshopper_precompiled.h
+++ b/gost_grasshopper_precompiled.h
@@ -9,10 +9,10 @@
#include "gost_grasshopper_defines.h"
#include "gost_grasshopper_math.h"
-extern grasshopper_w128_t grasshopper_pil_enc128[GRASSHOPPER_MAX_BIT_PARTS][256];
+extern const grasshopper_w128_t grasshopper_pil_enc128[GRASSHOPPER_MAX_BIT_PARTS][256];
-extern grasshopper_w128_t grasshopper_l_dec128[GRASSHOPPER_MAX_BIT_PARTS][256];
+extern const grasshopper_w128_t grasshopper_l_dec128[GRASSHOPPER_MAX_BIT_PARTS][256];
-extern grasshopper_w128_t grasshopper_pil_dec128[GRASSHOPPER_MAX_BIT_PARTS][256];
+extern const grasshopper_w128_t grasshopper_pil_dec128[GRASSHOPPER_MAX_BIT_PARTS][256];
#endif