summaryrefslogtreecommitdiff
path: root/lib/crypto/hmacmd5.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/hmacmd5.h')
-rw-r--r--lib/crypto/hmacmd5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/crypto/hmacmd5.h b/lib/crypto/hmacmd5.h
index d649906bb4..91b8ca586c 100644
--- a/lib/crypto/hmacmd5.h
+++ b/lib/crypto/hmacmd5.h
@@ -21,6 +21,8 @@
#ifndef _HMAC_MD5_H
#define _HMAC_MD5_H
+#include "../lib/crypto/md5.h"
+
typedef struct
{
struct MD5Context ctx;