mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
apple sectrust: add to features
It should be visible in the feature list that libcurl is build with Apple SecTrust enabled. Closes #19057
This commit is contained in:
parent
79553fb7c6
commit
c37ed9a11e
8 changed files with 30 additions and 9 deletions
|
|
@ -523,6 +523,9 @@ static const struct feat features_table[] = {
|
|||
#ifdef USE_LIBPSL
|
||||
FEATURE("PSL", NULL, CURL_VERSION_PSL),
|
||||
#endif
|
||||
#ifdef USE_APPLE_SECTRUST
|
||||
FEATURE("AppleSecTrust", NULL, 0),
|
||||
#endif
|
||||
#ifdef USE_SPNEGO
|
||||
FEATURE("SPNEGO", NULL, CURL_VERSION_SPNEGO),
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue