]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix build with BoringSSL
authorJouni Malinen <j@w1.fi>
Sat, 23 Apr 2022 10:05:49 +0000 (13:05 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 23 Apr 2022 10:05:49 +0000 (13:05 +0300)
commitf7be558d691382edc2dc57863e556d52ae5f7370
tree5ae8ac80d773ad76ea5945af84fdf05f5962e7ce
parent6d33ef362e098fdd3e46555c5398b1914b8ae8c3
OpenSSL: Fix build with BoringSSL

SSL_CTX_set_dh_auto() is not available in BoringSSL even though it
claims to be based on OpenSSL 1.1.1 in OPENSSL_VERSION_NUMBER.

Fixes: ebb3055e1302 ("OpenSSL: Generate DH parameters automatically if not set with dh_file")
Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_openssl.c