mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:53:32 +03:00
autotools: detect wolfSSL_set_quic_use_legacy_code like cmake does
Cherry-picked from #17082 Closes #17172
This commit is contained in:
parent
4bfc379b90
commit
4a15cfc99f
2 changed files with 4 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ if test "x$OPT_WOLFSSL" != xno; then
|
|||
WOLFSSL_ENABLED=1
|
||||
USE_WOLFSSL="yes"
|
||||
ssl_msg="wolfSSL"
|
||||
QUIC_ENABLED=yes
|
||||
test wolfssl != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
|
||||
],
|
||||
[
|
||||
|
|
@ -130,6 +129,9 @@ if test "x$OPT_WOLFSSL" != xno; then
|
|||
|
||||
LIBS="$addlib -lm $LIBS"
|
||||
|
||||
dnl is this wolfSSL providing the original QUIC API?
|
||||
AC_CHECK_FUNCS([wolfSSL_set_quic_use_legacy_codepoint], [QUIC_ENABLED=yes])
|
||||
|
||||
dnl wolfSSL needs configure --enable-opensslextra to have *get_peer*
|
||||
dnl DES* is needed for NTLM support and lives in the OpenSSL compatibility
|
||||
dnl layer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue