]> git.ipfire.org Git - thirdparty/hostap.git/commit
BoringSSL: Comment out SSL_set_default_passwd_cb*() calls
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 17 Nov 2017 18:34:17 +0000 (20:34 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 17 Nov 2017 18:34:17 +0000 (20:34 +0200)
commit7721fe082b5830c9ccc7b1a039c053ca1b64c770
treed9cf90a1ca9d6656f6032f49c4debeaf82fa8294
parentb9dc63c261ffc32915eda403812fac11c20cb431
BoringSSL: Comment out SSL_set_default_passwd_cb*() calls

It looks like BoringSSL claims to have OPENSSL_VERSION_NUMBER for a
1.1.0 version, but it does not provide SSL_set_default_passwd_cb*(). 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