.. spelling:word-list::
BoringSSL
.. index:: crypto ; BoringSSL
Warning
- This library implements :ref:`pkg.OpenSSL` API. Usage of this package can lead to conflicts. Please read this issue and make sure you're understand what you're doing.
- Official
- Hunterized
- Example
- Added by David Hirvonen (pr-1186)
hunter_add_package(BoringSSL)
find_package(BoringSSL CONFIG REQUIRED)
target_link_libraries(boo BoringSSL::ssl BoringSSL::crypto)