aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/mdx_hash/mdx_hash.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-04-07 18:54:42 +0000
committerlloyd <[email protected]>2009-04-07 18:54:42 +0000
commit3926091249430e31baa182e24747b0689cc9e836 (patch)
treef5bd1e767aa92f0a7054a4335657d41b28030593 /src/hash/mdx_hash/mdx_hash.h
parent3a847f4e5ce8ce9d88e14c1d00b25961ec3bef01 (diff)
Remove some commented out code in MDx_HashFunction which was used during
the changeover from single block hashing to having each hash support multiple sequential blocks of input.
Diffstat (limited to 'src/hash/mdx_hash/mdx_hash.h')
-rw-r--r--src/hash/mdx_hash/mdx_hash.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hash/mdx_hash/mdx_hash.h b/src/hash/mdx_hash/mdx_hash.h
index fc6b60f3f..eed9995a1 100644
--- a/src/hash/mdx_hash/mdx_hash.h
+++ b/src/hash/mdx_hash/mdx_hash.h
@@ -29,10 +29,7 @@ class BOTAN_DLL MDx_HashFunction : public HashFunction
void add_data(const byte[], u32bit);
void final_result(byte output[]);
- // these are mutually recurisve unless one is overridden
- // (backwards compatability hack)
virtual void compress_n(const byte block[], u32bit block_n) = 0;
- //virtual void hash(const byte[]);
virtual void copy_out(byte[]) = 0;
virtual void write_count(byte[]);