diff options
author | lloyd <[email protected]> | 2010-06-15 23:59:08 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-15 23:59:08 +0000 |
commit | bb14aeadb3bc9137ae386460cd4d885b23d9a111 (patch) | |
tree | 80000869393480ae3818b3da1bc6361d416da18c /src/hash/md4 | |
parent | 73446ab47ffe15d72f5bbd7f859788c641ac045a (diff) |
More Doxygen
Diffstat (limited to 'src/hash/md4')
-rw-r--r-- | src/hash/md4/md4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash/md4/md4.h b/src/hash/md4/md4.h index 98a05b2dd..44d60406a 100644 --- a/src/hash/md4/md4.h +++ b/src/hash/md4/md4.h @@ -24,7 +24,6 @@ class BOTAN_DLL MD4 : public MDx_HashFunction MD4() : MDx_HashFunction(16, 64, false, true) { clear(); } protected: void compress_n(const byte input[], u32bit blocks); - void hash_old(const byte[]); void copy_out(byte[]); SecureVector<u32bit, 16> M; |