diff options
Diffstat (limited to 'src/hash/mdx_hash/mdx_hash.h')
-rw-r--r-- | src/hash/mdx_hash/mdx_hash.h | 3 |
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[]); |