From 3246455af96873602d815aa46f6ff6ae2266241a Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 27 Mar 2009 20:07:00 +0000 Subject: No reason to include mdx_hash.h in MD2 since it derives directly from HashFunction; include hash.h instead --- src/hash/md2/md2.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/hash/md2/md2.h') 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 +#include namespace Botan { -/************************************************* -* MD2 * -*************************************************/ +/* +* MD2 +*/ class BOTAN_DLL MD2 : public HashFunction { public: -- cgit v1.2.3