]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix build with LibreSSL and BoringSSL
authorJouni Malinen <j@w1.fi>
Sat, 13 Jul 2019 19:40:50 +0000 (22:40 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 13 Jul 2019 19:49:46 +0000 (22:49 +0300)
commitb8491ae5ac0d7e835fb2b81d32b01e0cb1065f47
treec3d4f944d6b461bc64d6b2e355794a6271df93f5
parent7456cf57d35df8301e39a956ba2f778ba92e815f
OpenSSL: Fix build with LibreSSL and BoringSSL

The new certificate chain debug dumps used functions that are not
available with LibreSSL or BoringSSL.

Fixes: 857edf4bf43e ("OpenSSL: More debug prints of configured ciphers and certificates")
Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_openssl.c