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