1
0
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:
Daniel Stenberg 2019-08-16 16:19:43 +02:00
parent d6dea75af7
commit 1a7634e484
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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 */