aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-08-26 06:46:30 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-08-26 06:46:30 +0000
commit55045cc324a1883cc1b606035213ead9a8ecd6bd (patch)
tree0e9df29721a42cf132079ee25ec8ac0fe05b74d7 /epan/crypt
parent48fc22590abfb312806e1c49cb906ac895ba193b (diff)
- Try to fix a couple of doxygen comments.
- whitspace changes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33926 f5534014-38df-0310-8fa8-9805f1628bb7
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
*/