aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/gost/gost.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/gost/gost.h')
-rw-r--r--src/block/gost/gost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/gost/gost.h b/src/block/gost/gost.h
index ef2897fae..57da96174 100644
--- a/src/block/gost/gost.h
+++ b/src/block/gost/gost.h
@@ -23,7 +23,7 @@ class BOTAN_DLL GOST : public BlockCipher
private:
void enc(const byte[], byte[]) const;
void dec(const byte[], byte[]) const;
- void key(const byte[], u32bit);
+ void key_schedule(const byte[], u32bit);
static const u32bit SBOX1[256];
static const u32bit SBOX2[256];