BoringSSL: Make SSL_set_ssl_method() conditional on EAP-FAST
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 17 Aug 2015 18:35:44 +0000 (21:35 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 17 Aug 2015 22:56:05 +0000 (01:56 +0300)
commit0f56057c64af1ea0ccf059f9100e0a64676d1341
treec0d5a799827ccb3c5bd4ea9cbaedc55596c320cd
parent226cdea6cae3e88697ffcac13e143f27d2a70dfc
BoringSSL: Make SSL_set_ssl_method() conditional on EAP-FAST

This function does not seem to be available in BoringSSL. Since it is
needed for EAP-FAST (which is not currently working with BoringSSL),
address this by commenting out the EAP-FAST specific step from builds
that do not include EAP-FAST support.

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