cmake: support LibreSSL native crypto lib with ngtcp 1.15.0+

This commit is contained in:
Viktor Szakats 2025-08-23 10:48:12 +02:00
parent 1e430f806a
commit b6056c2ad5
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 23 additions and 10 deletions

View file

@ -436,6 +436,7 @@ Details via CMake
- `NGTCP2_LIBRARY`: Path to `ngtcp2` library.
- `NGTCP2_CRYPTO_BORINGSSL_LIBRARY`: Path to `ngtcp2_crypto_boringssl` library.
- `NGTCP2_CRYPTO_GNUTLS_LIBRARY`: Path to `ngtcp2_crypto_gnutls` library.
- `NGTCP2_CRYPTO_LIBRESSL_LIBRARY`: Path to `ngtcp2_crypto_libressl` library. (requires ngtcp2 1.15.0+)
- `NGTCP2_CRYPTO_OSSL_LIBRARY`: Path to `ngtcp2_crypto_ossl` library.
- `NGTCP2_CRYPTO_QUICTLS_LIBRARY`: Path to `ngtcp2_crypto_quictls` library.
- `NGTCP2_CRYPTO_WOLFSSL_LIBRARY`: Path to `ngtcp2_crypto_wolfssl` library.