summaryrefslogtreecommitdiff
path: root/src/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md5.h')
-rw-r--r--src/md5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/md5.h b/src/md5.h
index a541296a..aa15b734 100644
--- a/src/md5.h
+++ b/src/md5.h
@@ -34,6 +34,7 @@
#define md5byte unsigned char
typedef struct md5_context_s md5_context_t;
+typedef md5byte md5_digest_t[16];
struct md5_context_s {
UWORD32 buf[4];