]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Support new API for HMAC/EVP_MD_CTX in OpenSSL 1.1.x-pre1
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 10 Dec 2015 16:11:39 +0000 (18:11 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 10 Dec 2015 16:11:39 +0000 (18:11 +0200)
commit36478a16e622059b71337570e089f932e299358b
treea4f7eb9b82a68ceda7613eea7a9b1ee034ce7f32
parent1025603b3fd2dd91b4fa22b6159b87ba66da5316
OpenSSL: Support new API for HMAC/EVP_MD_CTX in OpenSSL 1.1.x-pre1

The EVP_MD_CTX and HMAC_CTX definitions are now hidden from applications
using OpenSSL. Fix compilation issues with OpenSSL 1.1.x-pre1 by using
the new API for allocating these structures.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/crypto/crypto_openssl.c