From 3f3851cd0119a23597e1b133fc624921c8e74f39 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 May 2007 15:35:38 +0000 Subject: [PATCH] remove extraneous function --- trunk/c5/rijndael.h | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/c5/rijndael.h b/trunk/c5/rijndael.h index a068d637..7866adcb 100644 --- a/trunk/c5/rijndael.h +++ b/trunk/c5/rijndael.h @@ -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: