aboutsummaryrefslogtreecommitdiff
path: root/pbkdf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbkdf2.c')
-rw-r--r--pbkdf2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbkdf2.c b/pbkdf2.c
index 24d986f..24395e7 100644
--- a/pbkdf2.c
+++ b/pbkdf2.c
@@ -42,7 +42,7 @@
#include <unistd.h>
#include <sys/ioctl.h>
-#include "cryptech.h"
+#include "hal.h"
/*
* Utility to encapsulate the HMAC operations. May need refactoring