mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -05:00
base64: check for SSH, not specific SSH backends
This commit is contained in:
parent
d6dea75af7
commit
1a7634e484
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
#include "curl_setup.h"
|
#include "curl_setup.h"
|
||||||
|
|
||||||
#if !defined(CURL_DISABLE_HTTP_AUTH) || defined(USE_LIBSSH2) || \
|
#if !defined(CURL_DISABLE_HTTP_AUTH) || defined(USE_SSH) || \
|
||||||
defined(USE_LIBSSH) || !defined(CURL_DISABLE_LDAP) || \
|
!defined(CURL_DISABLE_LDAP) || \
|
||||||
!defined(CURL_DISABLE_DOH) || defined(USE_SSL)
|
!defined(CURL_DISABLE_DOH) || defined(USE_SSL)
|
||||||
|
|
||||||
#include "urldata.h" /* for the Curl_easy definition */
|
#include "urldata.h" /* for the Curl_easy definition */
|
||||||
|
Loading…
Reference in New Issue
Block a user