summaryrefslogtreecommitdiff
path: root/lib/crypto/hmacmd5.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/hmacmd5.c')
-rw-r--r--lib/crypto/hmacmd5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/hmacmd5.c b/lib/crypto/hmacmd5.c
index 3a9ec38a27..0c8d1ab598 100644
--- a/lib/crypto/hmacmd5.c
+++ b/lib/crypto/hmacmd5.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-#include "lib/crypto/crypto.h"
+#include "../lib/crypto/hmacmd5.h"
/***********************************************************************
the rfc 2104 version of hmac_md5 initialisation.