diff options
author | Jouni Malinen <j@w1.fi> | 2013-12-31 17:58:16 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-12-31 17:58:16 (GMT) |
commit | 3cf06c9e2cc3d4727ce7aa34690a2c6691bf8e7c (patch) | |
tree | fe09d0e84df1912c0a963cddfd56493409d363f3 /src | |
parent | 5ace51a48aa6931edec3232df5191230977ef239 (diff) | |
download | hostap-3cf06c9e2cc3d4727ce7aa34690a2c6691bf8e7c.zip hostap-3cf06c9e2cc3d4727ce7aa34690a2c6691bf8e7c.tar.gz hostap-3cf06c9e2cc3d4727ce7aa34690a2c6691bf8e7c.tar.bz2 |
OpenSSL: Include sha1/sha256 header files to verify declarations
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src')
-rw-r--r-- | src/crypto/crypto_openssl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/crypto_openssl.c b/src/crypto/crypto_openssl.c index 5215c00..1da2b9f 100644 --- a/src/crypto/crypto_openssl.c +++ b/src/crypto/crypto_openssl.c @@ -26,6 +26,8 @@ #include "common.h" #include "wpabuf.h" #include "dh_group5.h" +#include "sha1.h" +#include "sha256.h" #include "crypto.h" #if OPENSSL_VERSION_NUMBER < 0x00907000 |