aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/md4/md4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/md4/md4.h')
-rw-r--r--src/hash/md4/md4.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/hash/md4/md4.h b/src/hash/md4/md4.h
index 009bba640..df6f2292d 100644
--- a/src/hash/md4/md4.h
+++ b/src/hash/md4/md4.h
@@ -1,7 +1,9 @@
-/*************************************************
-* MD4 Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* MD4
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_MD4_H__
#define BOTAN_MD4_H__
@@ -10,9 +12,9 @@
namespace Botan {
-/*************************************************
-* MD4 *
-*************************************************/
+/*
+* MD4
+*/
class BOTAN_DLL MD4 : public MDx_HashFunction
{
public: