summaryrefslogtreecommitdiff
path: root/cipher/gost.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/gost.h')
-rw-r--r--cipher/gost.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cipher/gost.h b/cipher/gost.h
index 42021aa9..d058eb22 100644
--- a/cipher/gost.h
+++ b/cipher/gost.h
@@ -21,9 +21,7 @@
#define _GCRY_GOST_H
typedef struct {
- u32 subst[4][256];
u32 key[8];
- int subst_set;
} GOST28147_context;
/* This is a simple interface that will be used by GOST R 34.11-94 */