mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
rustls: switch read_tls and write_tls to callbacks
And update to 0.6.0, including a rename from session to connection for many fields. Closes #7071
This commit is contained in:
parent
98770344b2
commit
a62e6435f4
6 changed files with 159 additions and 137 deletions
|
|
@ -70,7 +70,7 @@ if test "x$OPT_RUSTLS" != xno; then
|
|||
CPPFLAGS="$CPPFLAGS $addcflags"
|
||||
fi
|
||||
|
||||
AC_CHECK_LIB(crustls, rustls_client_session_read,
|
||||
AC_CHECK_LIB(crustls, rustls_connection_read,
|
||||
[
|
||||
AC_DEFINE(USE_RUSTLS, 1, [if rustls is enabled])
|
||||
AC_SUBST(USE_RUSTLS, [1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue