mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
base64: check for SSH, not specific SSH backends
This commit is contained in:
parent
d6dea75af7
commit
1a7634e484
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#if !defined(CURL_DISABLE_HTTP_AUTH) || defined(USE_LIBSSH2) || \
|
||||
defined(USE_LIBSSH) || !defined(CURL_DISABLE_LDAP) || \
|
||||
#if !defined(CURL_DISABLE_HTTP_AUTH) || defined(USE_SSH) || \
|
||||
!defined(CURL_DISABLE_LDAP) || \
|
||||
!defined(CURL_DISABLE_DOH) || defined(USE_SSL)
|
||||
|
||||
#include "urldata.h" /* for the Curl_easy definition */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue