mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
runtests: make 'mbedtls' a testable feature
Also add to FILEFORMAT.md
This commit is contained in:
parent
c6aa19c1da
commit
d9ee0e47c1
@ -423,6 +423,7 @@ Features testable here are:
|
||||
- `oldlibssh` (versions before 0.9.4)
|
||||
- `libz`
|
||||
- `manual`
|
||||
- `mbedtls`
|
||||
- `Mime`
|
||||
- `netrc`
|
||||
- `NSS`
|
||||
|
@ -3015,6 +3015,7 @@ sub setupfeatures {
|
||||
$feature{"manual"} = $has_manual;
|
||||
$feature{"MinGW"} = $has_mingw;
|
||||
$feature{"MultiSSL"} = $has_multissl;
|
||||
$feature{"mbedtls"} = $has_mbedtls;
|
||||
$feature{"NSS"} = $has_nss;
|
||||
$feature{"NTLM"} = $has_ntlm;
|
||||
$feature{"NTLM_WB"} = $has_ntlm_wb;
|
||||
|
Loading…
Reference in New Issue
Block a user