mirror of
https://github.com/curl/curl.git
synced 2026-07-06 05:17:17 +03:00
parent
5bf1c4681a
commit
cfb4f8b626
2 changed files with 2 additions and 0 deletions
|
|
@ -422,6 +422,7 @@ Features testable here are:
|
|||
- `wakeup`
|
||||
- `win32`
|
||||
- `wolfssh`
|
||||
- `wolfssl`
|
||||
|
||||
as well as each protocol that curl supports. A protocol only needs to be
|
||||
specified if it is different from the server (useful when the server
|
||||
|
|
|
|||
|
|
@ -2883,6 +2883,7 @@ sub setupfeatures {
|
|||
$feature{"libssh"} = $has_libssh;
|
||||
$feature{"rustls"} = $has_rustls;
|
||||
$feature{"wolfssh"} = $has_wolfssh;
|
||||
$feature{"wolfssl"} = $has_wolfssl;
|
||||
$feature{"manual"} = $has_manual;
|
||||
$feature{"MinGW"} = $has_mingw;
|
||||
$feature{"MultiSSL"} = $has_multissl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue