mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
cmake: support LibreSSL native crypto lib with ngtcp 1.15.0+
This commit is contained in:
parent
1e430f806a
commit
b6056c2ad5
3 changed files with 23 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue