mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
OpenSSL: Pull in header files to check function prototypes
Since crypto_openssl.c is now implementing couple of functions internally, pull in the relevant header files md5.h and aes_wrap.h to make sure the function declaration are consistent. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
39cdd3a0f9
commit
3787c91da0
@ -29,6 +29,8 @@
|
||||
#include "sha1.h"
|
||||
#include "sha256.h"
|
||||
#include "sha384.h"
|
||||
#include "md5.h"
|
||||
#include "aes_wrap.h"
|
||||
#include "crypto.h"
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
||||
|
Loading…
Reference in New Issue
Block a user