mirror of
https://github.com/curl/curl.git
synced 2026-07-31 11:38:06 +03:00
[TEST] httpsig: enable in all CI jobs
This commit is contained in:
parent
33a967318c
commit
d9e6b94337
2 changed files with 3 additions and 3 deletions
|
|
@ -455,7 +455,7 @@ option(CURL_DISABLE_HTTP "Disable HTTP" OFF)
|
|||
mark_as_advanced(CURL_DISABLE_HTTP)
|
||||
option(CURL_DISABLE_HTTP_AUTH "Disable all HTTP authentication methods" OFF)
|
||||
mark_as_advanced(CURL_DISABLE_HTTP_AUTH)
|
||||
option(CURL_DISABLE_HTTPSIG "Disable HTTP Message Signatures (RFC 9421) (experimental)" ON)
|
||||
option(CURL_DISABLE_HTTPSIG "Disable HTTP Message Signatures (RFC 9421) (experimental)" OFF)
|
||||
mark_as_advanced(CURL_DISABLE_HTTPSIG)
|
||||
option(CURL_DISABLE_IMAP "Disable IMAP" OFF)
|
||||
mark_as_advanced(CURL_DISABLE_IMAP)
|
||||
|
|
|
|||
|
|
@ -4606,8 +4606,8 @@ AS_HELP_STRING([--disable-httpsig],[Disable HTTP Message Signatures support (exp
|
|||
want_httpsig="yes"
|
||||
;;
|
||||
esac ],
|
||||
AC_MSG_RESULT(no)
|
||||
want_httpsig="no"
|
||||
AC_MSG_RESULT(yes)
|
||||
want_httpsig="yes"
|
||||
)
|
||||
|
||||
if test "$want_httpsig" = "yes" && test "$OPENSSL_ENABLED" != "1" && test "$WOLFSSL_ENABLED" != "1"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue