summaryrefslogtreecommitdiff
path: root/lib/crypto/hmacsha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/hmacsha256.c')
-rw-r--r--lib/crypto/hmacsha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/hmacsha256.c b/lib/crypto/hmacsha256.c
index 6b0af9ee83..53d4fe3883 100644
--- a/lib/crypto/hmacsha256.c
+++ b/lib/crypto/hmacsha256.c
@@ -27,7 +27,7 @@
*/
#include "includes.h"
-#include "lib/crypto/crypto.h"
+#include "../lib/crypto/crypto.h"
/***********************************************************************
the rfc 2104/2202 version of hmac_sha256 initialisation.