]> git.ipfire.org Git - thirdparty/hostap.git/commit
LibreSSL: Fix build with LibreSSL versions older than 2.9.1
authorJouni Malinen <j@w1.fi>
Sat, 22 Aug 2020 08:32:01 +0000 (11:32 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 22 Aug 2020 08:32:01 +0000 (11:32 +0300)
commit2caff11d7aa53ec00fcad7ae0d9c12b2deadbdd0
tree5ee25705176807f63672abdc3df12d5c6a00ab19
parent5dedbd582ad7e2ace79307ad9f025889913e8752
LibreSSL: Fix build with LibreSSL versions older than 2.9.1

SSL_add0_chain_cert() was not available in LibreSSL before version
2.9.1.

Fixes: 4b834df5e08a ("OpenSSL: Support PEM encoded chain from client_cert blob")
Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_openssl.c