aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/crypt-md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt/crypt-md5.h')
-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 f10da7e707..f18ef82eaf 100644
--- a/epan/crypt/crypt-md5.h
+++ b/epan/crypt/crypt-md5.h
@@ -26,7 +26,7 @@
* @brief MD5 Functions
*/
-/**
+/* Don't define this group for Wireshark
* @defgroup PJLIB_UTIL_MD5 MD5 Functions
* @ingroup PJLIB_UTIL
* @{
@@ -64,7 +64,7 @@ void md5_finish(md5_state_t *pms, guint8 digest[16]);
void md5_hmac(const guint8* text, size_t text_len, const guint8* key, size_t key_len, guint8 digest[16]);
-/**
+/*
* @}
*/