mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +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
|
|
@ -5304,6 +5304,10 @@ if test "x$OPENSSL_ENABLED" = "x1" -o -n "$SSL_ENABLED"; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if test "x$APPLE_SECTRUST_ENABLED" = "x1"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES AppleSecTrust"
|
||||
fi
|
||||
|
||||
if test "x$want_httpsrr" != "xno"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES HTTPSRR"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue