]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/crypto/tls_openssl.c
Support building with BoringSSL
authorAdam Langley <agl@google.com>
Fri, 19 Sep 2014 01:40:03 +0000 (18:40 -0700)
committerJouni Malinen <j@w1.fi>
Mon, 6 Oct 2014 22:18:03 +0000 (01:18 +0300)
commita8572960a97f724f82e8564c6ff6901ccc3ef985
tree31a7626cb7487f3d954c68d9420663913bb5b5e7
parent1236eda131ae1bd8c597fe5016e4801fe745f8a6
Support building with BoringSSL

BoringSSL is Google's cleanup of OpenSSL and an attempt to unify
Chromium, Android and internal codebases around a single OpenSSL.

As part of moving Android to BoringSSL, the wpa_supplicant maintainers
in Android requested that I upstream the change. I've worked to reduce
the size of the patch a lot but I'm afraid that it still contains a
number of #ifdefs.

[1] https://www.imperialviolet.org/2014/06/20/boringssl.html

Signed-off-by: Adam Langley <agl@chromium.org>
src/crypto/crypto_openssl.c
src/crypto/tls_openssl.c
src/eap_common/eap_pwd_common.c