Lines Matching +full:libressl +full:- +full:version
21 # SPDX-License-Identifier: curl
29 # - quictls: Use `libngtcp2_crypto_quictls`. (choose this for LibreSSL)
30 # - BoringSSL: Use `libngtcp2_crypto_boringssl`. (choose this for AWS-LC)
31 # - wolfSSL: Use `libngtcp2_crypto_wolfssl`.
32 # - GnuTLS: Use `libngtcp2_crypto_gnutls`.
36 # - `NGTCP2_INCLUDE_DIR`: The ngtcp2 include directory.
37 # - `NGTCP2_LIBRARY`: Path to `ngtcp2` library.
41 # - `NGTCP2_FOUND`: System has ngtcp2.
42 # - `NGTCP2_INCLUDE_DIRS`: The ngtcp2 include directories.
43 # - `NGTCP2_LIBRARIES`: The ngtcp2 library names.
44 # - `NGTCP2_LIBRARY_DIRS`: The ngtcp2 library directories.
45 # - `NGTCP2_PC_REQUIRES`: The ngtcp2 pkg-config packages.
46 # - `NGTCP2_CFLAGS`: Required compiler flags.
47 # - `NGTCP2_VERSION`: Version of ngtcp2.
89 …message(STATUS "Found NGTCP2 (via pkg-config): ${NGTCP2_INCLUDE_DIRS} (found version \"${NGTCP2_VE…
95 if(NGTCP2_INCLUDE_DIR AND EXISTS "${NGTCP2_INCLUDE_DIR}/ngtcp2/version.h")
97 file(STRINGS "${NGTCP2_INCLUDE_DIR}/ngtcp2/version.h" _version_str REGEX "${_version_regex}")