summaryrefslogtreecommitdiff
path: root/epan/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/crypt-md5.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/crypt/crypt-md5.h b/epan/crypt/crypt-md5.h
index 97d7fd7c0e..342a1bdda5 100644
--- a/epan/crypt/crypt-md5.h
+++ b/epan/crypt/crypt-md5.h
@@ -18,11 +18,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef __MD5_H__
+#ifndef __MD5_H__ /* Should this be _CRYPT_MD5_H__ ?*/
#define __MD5_H__
/**
- * @file md5.h
+ * @file crypt-md5.h
* @brief MD5 Functions
*/