OpenSSL: Pull in header files to check function prototypes
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 23 Jun 2016 10:35:26 +0000 (13:35 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 23 Jun 2016 10:35:26 +0000 (13:35 +0300)
commit3787c91da0cc72c106e6ba0c5cf8a66175a531c1
treeda885d3415057413bdc68003ef062140004b0e64
parent39cdd3a0f954afa830b18e9334daf10ef5833ed7
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>
src/crypto/crypto_openssl.c