]> git.ipfire.org Git - thirdparty/hostap.git/commit
BoringSSL: Comment out SSL_set1_sigalgs_list() call
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 17 Nov 2017 18:30:37 +0000 (20:30 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 17 Nov 2017 18:30:37 +0000 (20:30 +0200)
commitb9dc63c261ffc32915eda403812fac11c20cb431
tree2c5fea725e26d43d919d9b74ffa44bfdb2fb5fcb
parent3cfbd3b0f63fb299f1187f16db6fcec9421e3df4
BoringSSL: Comment out SSL_set1_sigalgs_list() call

It looks like BoringSSL claims to have OPENSSL_VERSION_NUMBER for a
1.1.0 version, but it does not provide SSL_set1_sigalgs_list(). For now,
comment out this regardless of the version BoringSSL claims to be.

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