configure: look for libngtcp2_crypto_libressl first

configure only fall back to quictls when libressl crypto was not found
This commit is contained in:
Viktor Szakats 2025-08-23 11:53:11 +02:00
parent b6056c2ad5
commit 51ecba2b06
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 61 additions and 1 deletions

View file

@ -292,6 +292,7 @@ if test "x$OPT_OPENSSL" != xno; then
],[
AC_MSG_RESULT([yes])
ssl_msg="LibreSSL"
HAVE_LIBRESSL=1
],[
AC_MSG_RESULT([no])
])