summaryrefslogtreecommitdiff
path: root/beecrypt/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'beecrypt/hmac.c')
-rw-r--r--beecrypt/hmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/hmac.c b/beecrypt/hmac.c
index 7718a4c3c..3e2522a97 100644
--- a/beecrypt/hmac.c
+++ b/beecrypt/hmac.c
@@ -27,7 +27,7 @@
#include "system.h"
#include "hmac.h"
-#include "mp32.h"
+#include "mp.h"
#include "endianness.h"
#include "debug.h"