ssh: define USE_SSH if SSH is enabled (any backend)

Closes #3846
This commit is contained in:
Daniel Stenberg 2019-05-05 23:42:29 +02:00
parent c23b8e827c
commit d37b0936d1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 12 additions and 8 deletions

View file

@ -22,7 +22,7 @@
#include "curl_setup.h"
#if defined(USE_LIBSSH2) || defined(USE_LIBSSH)
#if defined(USE_SSH)
#include <curl/curl.h>
#include "curl_memory.h"