]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: support ngtcp2 boringssl backend
authorDon <don.j.olmstead@gmail.com>
Tue, 28 Jun 2022 22:33:25 +0000 (15:33 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Jul 2022 08:09:40 +0000 (10:09 +0200)
commit7f8b36b074b953ecf133b64c63caaaaf8017739a
treefcd96c45a4d3933bcb8e8b3bc07d7ef34509831e
parent3622bf4e79ccbc9bd7890be9e732a89c99de8416
cmake: support ngtcp2 boringssl backend

Update the ngtcp2 find module to detect the boringssl backend. Determine
if the underlying OpenSSL implementation is BoringSSL and if so use that
as the ngtcp2 backend.

Reviewed-by: Jakub Zakrzewski
Closes #9065
CMake/FindNGTCP2.cmake
CMakeLists.txt