diff options
Diffstat (limited to 'src/mac/cbc_mac/cbc_mac.h')
-rw-r--r-- | src/mac/cbc_mac/cbc_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac/cbc_mac/cbc_mac.h b/src/mac/cbc_mac/cbc_mac.h index 7e93097d5..1112970d6 100644 --- a/src/mac/cbc_mac/cbc_mac.h +++ b/src/mac/cbc_mac/cbc_mac.h @@ -26,7 +26,7 @@ class BOTAN_DLL CBC_MAC : public MessageAuthenticationCode private: void add_data(const byte[], u32bit); void final_result(byte[]); - void key(const byte[], u32bit); + void key_schedule(const byte[], u32bit); BlockCipher* e; SecureVector<byte> state; |