diff options
author | Jouni Malinen <j@w1.fi> | 2011-11-13 20:13:04 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-11-13 20:13:04 (GMT) |
commit | a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2 (patch) | |
tree | c394b5e0ae81908265e3480c13f0c2d15bf636be /src/crypto/sha1-tlsprf.c | |
parent | 6ec64015f5a4c97724b4e7b949befc78b09af76c (diff) | |
download | hostap-a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2.zip hostap-a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2.tar.gz hostap-a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2.tar.bz2 |
Remove unnecessary include file inclusion
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/crypto/sha1-tlsprf.c')
-rw-r--r-- | src/crypto/sha1-tlsprf.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" /** |