diff --git a/simeck.h b/simeck.h index d3feb452..40af2472 100644 --- a/simeck.h +++ b/simeck.h @@ -64,7 +64,7 @@ public: void UncheckedSetKey(const byte *userKey, unsigned int keyLength, const NameValuePairs ¶ms); FixedSizeSecBlock m_rk; - mutable FixedSizeSecBlock m_t; + mutable FixedSizeSecBlock m_t; }; /// \brief Provides implementation for encryption transformation @@ -113,7 +113,7 @@ public: void UncheckedSetKey(const byte *userKey, unsigned int keyLength, const NameValuePairs ¶ms); FixedSizeSecBlock m_rk; - mutable FixedSizeSecBlock m_t; + mutable FixedSizeSecBlock m_t; }; /// \brief Provides implementation for encryption transformation