aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-05 23:42:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-06 10:14:17 +0200
commitd37b0936d1ab9319d7b684eb7d9fc447174429bc (patch)
tree0acdf8e6d74b623cc7a230cf0e1a673d689b56ca /lib/urldata.h
parentc23b8e827c3d348972db4d0e1a59492f466dca34 (diff)
ssh: define USE_SSH if SSH is enabled (any backend)
Closes #3846
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 344cc472e..608b675df 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1454,7 +1454,7 @@ enum dupstring {
STRING_RTSP_SESSION_ID, /* Session ID to use */
STRING_RTSP_STREAM_URI, /* Stream URI for this request */
STRING_RTSP_TRANSPORT, /* Transport for this session */
-#if defined(USE_LIBSSH2) || defined(USE_LIBSSH)
+#ifdef USE_SSH
STRING_SSH_PRIVATE_KEY, /* path to the private key file for auth */
STRING_SSH_PUBLIC_KEY, /* path to the public key file for auth */
STRING_SSH_HOST_PUBLIC_KEY_MD5, /* md5 of host public key in ascii hex */