From: Jouni Malinen Date: Tue, 31 Dec 2013 17:58:16 +0000 (+0200) Subject: OpenSSL: Include sha1/sha256 header files to verify declarations X-Git-Tag: hostap_2_1~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cf06c9e2cc3d4727ce7aa34690a2c6691bf8e7c;p=thirdparty%2Fhostap.git OpenSSL: Include sha1/sha256 header files to verify declarations Signed-hostap: Jouni Malinen --- diff --git a/src/crypto/crypto_openssl.c b/src/crypto/crypto_openssl.c index 5215c00f1..1da2b9f4a 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