Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 866 Bytes

File metadata and controls

28 lines (19 loc) · 866 Bytes
.. spelling:word-list::

    BoringSSL

.. index:: crypto ; BoringSSL

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.
hunter_add_package(BoringSSL)
find_package(BoringSSL CONFIG REQUIRED)
target_link_libraries(boo BoringSSL::ssl BoringSSL::crypto)