Fix ambiguous symbol BTEA::StaticAlgorithmName (GH #726)

pull/730/head
Jeffrey Walton 2018-10-25 02:16:15 -04:00
parent ecbf791015
commit daa07255ec
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

2
tea.h
View File

@ -119,7 +119,7 @@ struct BTEA_Info : public FixedKeyLength<16>
class BTEA : public BTEA_Info, public BlockCipherDocumentation class BTEA : public BTEA_Info, public BlockCipherDocumentation
{ {
/// \brief BTEA block cipher default operation /// \brief BTEA block cipher default operation
class CRYPTOPP_NO_VTABLE Base : public AlgorithmImpl<SimpleKeyingInterfaceImpl<BlockCipher, BTEA_Info>, BTEA_Info>, public BTEA_Info class CRYPTOPP_NO_VTABLE Base : public AlgorithmImpl<SimpleKeyingInterfaceImpl<BlockCipher, BTEA_Info>, BTEA_Info>
{ {
public: public:
void UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params) void UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)