summaryrefslogtreecommitdiff
path: root/epan/crypt
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-26 06:46:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-26 06:46:30 +0000
commit48ac5f90ffb955ede9b8c5d9ecbc71a30ddf8f6a (patch)
tree0e9df29721a42cf132079ee25ec8ac0fe05b74d7 /epan/crypt
parent58f1427305fce718713f9339fed5104c30bbac5d (diff)
downloadwireshark-48ac5f90ffb955ede9b8c5d9ecbc71a30ddf8f6a.tar.gz
- Try to fix a couple of doxygen comments.
- whitspace changes. svn path=/trunk/; revision=33926
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
*/