mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:33:38 +03:00
am f
This commit is contained in:
parent
86fae80c87
commit
cb7bbec6ba
1 changed files with 1 additions and 1 deletions
|
|
@ -4610,7 +4610,7 @@ AS_HELP_STRING([--disable-httpsig],[Disable HTTP Message Signatures support (exp
|
|||
want_httpsig="no"
|
||||
)
|
||||
|
||||
if test "$want_httpsig" = "yes" && test "$OPENSSL_ENABLED" != "1" && test "$WOLFSSL_ENABLED" = "1"; then
|
||||
if test "$want_httpsig" = "yes" && test "$OPENSSL_ENABLED" != "1" && test "$WOLFSSL_ENABLED" != "1"; then
|
||||
AC_MSG_WARN([HTTPSIG requires OpenSSL or wolfSSL. HTTPSIG support disabled.])
|
||||
want_httpsig="no"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue