aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/tea/tea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/tea/tea.h')
-rw-r--r--src/block/tea/tea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/tea/tea.h b/src/block/tea/tea.h
index 71d4e02f9..b751eda4e 100644
--- a/src/block/tea/tea.h
+++ b/src/block/tea/tea.h
@@ -23,7 +23,7 @@ class BOTAN_DLL TEA : 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);
SecureBuffer<u32bit, 4> K;
};