OpenSSL: Include sha512.h to match function prototypes
This gets rid of sparse warnings. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
b3f99d45d5
commit
3337fc2a12
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue