mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -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"
|
||||
|
||||
#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…
Reference in New Issue
Block a user