X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_grasshopper_precompiled.h;h=eb1d7f8b5d1aba95c95805a9e88d22309c73aaf9;hb=a72a02c4dd5778eea83db6e9e17d89f0d2b278dd;hp=cadf442c0ac764abea97e42f9259452377a9d872;hpb=3a01994fee987180f1e2826fa6f0c17d78c04cc9;p=openssl-gost%2Fengine.git 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