remove extraneous function

import/raw
weidai 2007-05-04 15:35:38 +00:00
parent b207128c54
commit 3f3851cd01
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class CRYPTOPP_DLL Rijndael : public Rijndael_Info, public BlockCipherDocumentat
{
public:
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
void ProcessAndXorBlock_Old(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
};
public: