aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/sha1-pbkdf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha1-pbkdf2.c')
-rw-r--r--src/crypto/sha1-pbkdf2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/sha1-pbkdf2.c b/src/crypto/sha1-pbkdf2.c
index 11323de..9dac977 100644
--- a/src/crypto/sha1-pbkdf2.c
+++ b/src/crypto/sha1-pbkdf2.c
@@ -16,8 +16,6 @@
#include "common.h"
#include "sha1.h"
-#include "md5.h"
-#include "crypto.h"
static int pbkdf2_sha1_f(const char *passphrase, const char *ssid,
size_t ssid_len, int iterations, unsigned int count,