aboutsummaryrefslogtreecommitdiff
path: root/pbkdf2.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-06-21 23:08:51 -0400
committerRob Austein <sra@hactrn.net>2015-06-21 23:08:51 -0400
commita3b7050c53a27d4cfeb350fb86e738f623e99e0c (patch)
tree4bd268b23697c8544a8e130fdef04af34b3dba10 /pbkdf2.c
parent4dd62d61e4da99f2c6f905f2700208bfc2e6a0ff (diff)
libcryptech -> libhal, doh.
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