From: Jouni Malinen Date: Fri, 30 Nov 2018 15:38:35 +0000 (+0200) Subject: OpenSSL: Include sha512.h to match function prototypes X-Git-Tag: hostap_2_7~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3337fc2a12c3703060cfd5d5eb9e859ba659e891;p=thirdparty%2Fhostap.git OpenSSL: Include sha512.h to match function prototypes This gets rid of sparse warnings. Signed-off-by: Jouni Malinen --- diff --git a/src/crypto/crypto_openssl.c b/src/crypto/crypto_openssl.c index f4cff43f3..f89053a89 100644 --- a/src/crypto/crypto_openssl.c +++ b/src/crypto/crypto_openssl.c @@ -29,6 +29,7 @@ #include "sha1.h" #include "sha256.h" #include "sha384.h" +#include "sha512.h" #include "md5.h" #include "aes_wrap.h" #include "crypto.h"