aboutsummaryrefslogtreecommitdiffstats
path: root/hmac/libkeccak_hmac_update.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hmac/libkeccak_hmac_update.c (renamed from libkeccak_hmac_update.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_hmac_update.c b/hmac/libkeccak_hmac_update.c
index 6f38348..1717390 100644
--- a/libkeccak_hmac_update.c
+++ b/hmac/libkeccak_hmac_update.c
@@ -1,6 +1,6 @@
/* See LICENSE file for copyright and license details. */
#define NEED_EXPLICIT_BZERO 1
-#include "common.h"
+#include "../common.h"
/**