]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
OpenSSL: Include sha512.h to match function prototypes
authorJouni Malinen <jouni@codeaurora.org>
Fri, 30 Nov 2018 15:38:35 +0000 (17:38 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 30 Nov 2018 19:28:06 +0000 (21:28 +0200)
This gets rid of sparse warnings.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/crypto/crypto_openssl.c

index f4cff43f364f86acf6128cbaf06c04b3ebbe0b06..f89053a89d67efbd6905402a1725d3639d94d0e9 100644 (file)
@@ -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"