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