diff options
author | Jouni Malinen <j@w1.fi> | 2011-11-13 22:13:04 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-11-13 22:13:04 +0200 |
commit | a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2 (patch) | |
tree | c394b5e0ae81908265e3480c13f0c2d15bf636be /src/crypto | |
parent | 6ec64015f5a4c97724b4e7b949befc78b09af76c (diff) | |
download | external_wpa_supplicant_8_ti-a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2.zip external_wpa_supplicant_8_ti-a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2.tar.gz external_wpa_supplicant_8_ti-a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2.tar.bz2 |
Remove unnecessary include file inclusion
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/crypto_internal-rsa.c | 1 | ||||
-rw-r--r-- | src/crypto/sha1-pbkdf2.c | 2 | ||||
-rw-r--r-- | src/crypto/sha1-tlsprf.c | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/crypto/crypto_internal-rsa.c b/src/crypto/crypto_internal-rsa.c index 205042c..7f0a5cf 100644 --- a/src/crypto/crypto_internal-rsa.c +++ b/src/crypto/crypto_internal-rsa.c @@ -17,7 +17,6 @@ #include "common.h" #include "crypto.h" #include "tls/rsa.h" -#include "tls/bignum.h" #include "tls/pkcs1.h" #include "tls/pkcs8.h" 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, diff --git a/src/crypto/sha1-tlsprf.c b/src/crypto/sha1-tlsprf.c index 2c8c029..04f614c 100644 --- a/src/crypto/sha1-tlsprf.c +++ b/src/crypto/sha1-tlsprf.c @@ -17,7 +17,6 @@ #include "common.h" #include "sha1.h" #include "md5.h" -#include "crypto.h" /** |