diff options
Diffstat (limited to 'src/hash/md2/md2.h')
-rw-r--r-- | src/hash/md2/md2.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/hash/md2/md2.h b/src/hash/md2/md2.h index 2c53d1cf0..4d06c8872 100644 --- a/src/hash/md2/md2.h +++ b/src/hash/md2/md2.h @@ -1,18 +1,18 @@ -/************************************************* -* MD2 Header File * -* (C) 1999-2007 Jack Lloyd * -*************************************************/ +/* +* MD2 Header File +* (C) 1999-2007 Jack Lloyd +*/ #ifndef BOTAN_MD2_H__ #define BOTAN_MD2_H__ -#include <botan/mdx_hash.h> +#include <botan/hash.h> namespace Botan { -/************************************************* -* MD2 * -*************************************************/ +/* +* MD2 +*/ class BOTAN_DLL MD2 : public HashFunction { public: |