]> granicus.if.org Git - curl/commitdiff
base64: check for SSH, not specific SSH backends
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Aug 2019 14:19:43 +0000 (16:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 17 Aug 2019 14:57:56 +0000 (16:57 +0200)
lib/base64.c

index fb081a6bb85907b7948507bf6d00b53949a20f8e..643cef6251be007ad0861ce7de8d3fc835a2b956 100644 (file)
@@ -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 */