summaryrefslogtreecommitdiff
path: root/cipher/gost.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/gost.h')
-rw-r--r--cipher/gost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/gost.h b/cipher/gost.h
index d058eb22..3fbd9df2 100644
--- a/cipher/gost.h
+++ b/cipher/gost.h
@@ -22,6 +22,7 @@
typedef struct {
u32 key[8];
+ const u32 *sbox;
} GOST28147_context;
/* This is a simple interface that will be used by GOST R 34.11-94 */