X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_grasshopper_precompiled.h;h=eb1d7f8b5d1aba95c95805a9e88d22309c73aaf9;hb=20f4ae52470e6dcf2af1f97ceb40a63b5200ec37;hp=cadf442c0ac764abea97e42f9259452377a9d872;hpb=e183e8b50da0b46a957c394af8612432a09a42ca;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