BoringSSL: Comment out SSL_build_cert_chain() call
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 17 Aug 2015 18:34:11 +0000 (21:34 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 17 Aug 2015 22:56:04 +0000 (01:56 +0300)
commit226cdea6cae3e88697ffcac13e143f27d2a70dfc
tree80d5232de1624dbe85ead7b4d505d77e0b827db7
parent812f28b79cfcff122af8c0d6a9eb9e793a1c2652
BoringSSL: Comment out SSL_build_cert_chain() call

It looks like BoringSSL does include that function even though it claims
support for OPENSSL_VERSION_NUMBER where this is available (1.0.2). For
now, comment out that call to fix build.

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