]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_grasshopper_precompiled.h
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / gost_grasshopper_precompiled.h
index cadf442c0ac764abea97e42f9259452377a9d872..eb1d7f8b5d1aba95c95805a9e88d22309c73aaf9 100644 (file)
@@ -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